[PHP] 2 PHP 4.2.2 issues: server keeps working after client disconnects,session_start() blocks until other session scripts complete

2003-03-05 Thread Michael Kedl
anywhere on the PHP website or docs. Can anyone help? Thanks! Mike -- Michael Kedl <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 2 PHP 4.2.2 issues: server keeps working after clientdisconnects, session_start() blocks until other session scripts complete

2003-03-05 Thread Michael Kedl
This sounds odd. session_start() should not be blocking. What sort of > backend datastore are you using for your sessions? > I just saw someone else post about the same thing! I am just letting it stick directories in /tmp for each session. Thanks! Any more ideas? Mike -- Michael Kedl &

Re: [PHP] 2 PHP 4.2.2 issues: server keeps working after clientdisconnects, session_start() blocks until other session scripts complete

2003-03-06 Thread Michael Kedl
definately sending data all the time during my 2 minute script, so it "should" be able to detect the connection has closed. But, maybe apache is not configured right Cheers, Mike On Wed, 2003-03-05 at 17:37, Michael Kedl wrote: > On Wed, 2003-03-05 at 16:15, Rasmus Lerdorf wrote: &g