Running Apache with Activestate perl on a WIN32 system as a CGI processor.
Problem I am having is that if an impatient user hits a submit button multiple times, I notice that the script is spawned for each request. Now the problem I am having: some of these requests never die.
Is there something I have done, or need to do, or can do, to limit the number of processes that can be spawned?
I know that this may be more of an apache question, but figured the perl monks may have some suggestions. If you want the script, please let me know...