|
|
| XP is just a number | |
| PerlMonks |
Re^3: Complete part of a cgi script before the restby frieduck (Hermit) |
| on Apr 15, 2010 at 20:28 UTC ( #834970=note: print w/ replies, xml ) | Need Help?? |
|
Just a thought. You may want to consider having the CGI process just queue a request to a daemon to prevent your server/database being overloaded by multiple simultaneous requests. You would simply do an insert into a request queue table with any necessary parameters, and have the daemon periodically check for new requests.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||