On the server side I process the data . For processing I have made a small perl script which breaks the data into multiple small segments and process them in using system command
System command executes till the connection with cgi is alive. After that it doesnot execute. Can you please suggest how can I redirect the system command output. So that my perl script can still execute the system command even if the cgi dies. I donot have any admin rights on server