In article <01030114311802.11459@kilbourne>,
 [EMAIL PROTECTED] ("Sean B.") wrote:

> I'm working on a chat of sorts, and in the main frame that shows the actual 
> messages, there is an infinite loop (while(1)) ... now, for whatever reason, 
> when the browser is closed, the loop/thread/whatever just won't die. There 
> are sessions involved, and the loop basically just checks a MySQL DB for new 
> posts, and updates a timestamp in a user database. Any idea of why the 
> loop/thread/whatever won't die?

PHP is server-side.  It doesn't know anything about a (client-side) browser 
window being closed.

-- 
CC

-- 
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