Hello.

What does apache + php do if the user refreshes a page 10 times in a while
before the scripts finishes? do all 10 .php scripts finish or do the first 9
get aborted? how can i solve the problem that when someone clicks a lot on a
link (always the same link) the server gets overloaded (because the action
taken in the script is somehow memory consuming). i need to ensure a user
(www) can run only one instance of a .php script.

Peter Frlicka




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to