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

also, the test.html file is getting generated after the function-call. Means, function-call is not generating the html file.

after the function completes, it carries out some more process and then the final result gets written ....

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

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

    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.

        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.