On Sun, 11 Feb 2001, Buddy Lee Haystack wrote:

> Situation:
> I press the submit button on a form 55 times in 15 seconds. Each request would 
>normally return data to the browser within ten seconds due to the time it takes the 
>database query to execute.
> 
> 
> Question:
> What happens to the 54 earlier processes, since I submitted the request 55 times? 
>How do Apache & mod_perl handle the processes to nowhere?

They get aborted the first moment they try to send some output (or read
input if they didn't finish yet) and after that get aborted as they
realize that the connection to the socket is dead. See:
http://perl.apache.org/guide/debug.html#Handling_the_User_pressed_Stop_


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/  


Reply via email to