in reply to Re^6: Running CGI script within another cgi script
in thread Running CGI script within another cgi script

I tried with http-equiv but this time though everything goes fine but when renaming it's erroring saying (The process cannot access the file because it is being used by another process.). I given a delay of 50 seconds.

  • Comment on Re^7: Running CGI script within another cgi script

Replies are listed 'Best First'.
Re^8: Running CGI script within another cgi script
by Anonymous Monk on Nov 28, 2009 at 13:08 UTC

      I already tried that but it seems to be not working for me. Firstly got stuck in the pipe section as the opening pipe that way is not supported in windows. Somehow, it's not working for me. Though I have taken the concept of running long process in child thread and implemented it. It's workng absolutely fine but at last while trying to rename the file to the file where I redirected first... it's somewhere not able to access or something like that (not sure) and after waiting for sometime ... getting expired.