I have a shared hosting for asp classic, i am using an activeX dll in my asp script. ASP page wor开发者_如何学编程ks fine when i register the ActiveX component, i am using CreateObject function, but o
I have a team that will be using CruiseControl for continuous integration, and CC will be running on a Linux server. More than one team member may need to access the CC configuration itself: changing
I\'m get kind of getting mixed messages about this so I\'m hoping someone can clear this up for me. Should I be using Shared methods/functions in the following situation:
I have very limited access to enable extensions etc on my hosting but am looking to generate a PDF from an HTML page (with css/images) through PHP.
I currently have 2 simple ASP .Net applications. Both applications share the same aspnetdb membership database for membership, roles and providers and the same encryption and decryption keys. They als
I\'m following the C++ Cookbook tutorial on static and dynamic library linking with g++.I can build the binary fine, but w开发者_StackOverflowhen I run it I get the error
Here\'s what I\'d like to achieve. After mucking around with it for a day and a half, though, I\'ve become nearly convinced that it can\'t be done. If someone can show me how to achieve this, I\'d be
I have some resource which I\'d like to protect from concurrent usage both by threads in the same process and among different processes.
I have a third party applet that makes use a csv file, let\'s call it file.csv, and makes use of all of the columns. I also have a third party swf object that makes use of file.csv but only makes use
I use SysV shared memory to let two processes communicate with each开发者_高级运维 other. I do not want the code to become to complex so I wondered if I really had to use semaphores to synchronize the