Re: multiple instances of CGI unable to exec cmd simultaneously
I got it working. Problem was that, for debugging I was executing:
system("tar ... 2>> debug.out");
So the first instance opened the debug.out file and Windows does not
allow the subsequent instances to open the file for writing.
Thank You Dr. Clue for responding.
--Gopu
|