in reply to Re^2: Perl CGI timeout
in thread Perl CGI timeout
"log the request" - write the query to a file.
"using a queue" - read the queries back and process them, one at a time. You can even use "cron" to coordinate the calls to "Cost_movement_query.pl".
|
|---|