On Fri, 16 Apr 2010 11:44:42 +0200, Jørn Dahl-Stamnes

<sq...@dahl-stamnes.net> wrote:



> The server does not know if the browser is closed or not (or if the

> network 

> connection is losted). It will continue to execute the code until

> finnished.



Not quite true. If it decides to flush its output buffer and notices that

there's no-one around to receive the output, the process may well be

terminated. 



As long as you do not echo(), print() or flush() to a closed connection,

you're probably going to be fine.



/ Carsten

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to