John Berwick
New member
I have a CGI webpage that executes command usung system() but sometimes the webpage times out because the process takes to long to run.
I need to rewrite this page to execute the system() command without waiting and then get the results back to the webpage.
I need to rewrite this page to execute the system() command without waiting and then get the results back to the webpage.