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

Please read Watching long processes through CGI (Aug 02), it avoids such logic errors
  • Comment on Re^8: Running CGI script within another cgi script

Replies are listed 'Best First'.
Re^9: Running CGI script within another cgi script
by Anonymous Monk on Nov 28, 2009 at 13:16 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.