[PHP] Keep-Alive problem

2007-03-23 Thread Julien Allali
Hy, I've a problem with a keep-alive connection. I've describe it in http://bugs.php.net/bug.php?id=40895 but it seems to not be a bug. The problem is simple: My browser calls the same page twice with a keep-alive connection. The first time, I answer quickly but i have some stuff to do so

Re: [PHP] Keep-Alive problem

2007-03-23 Thread Jon Anderson
Julien Allali wrote: Then, the second call is blocked until the first call is entirely done. Now, If I explicitly ask the browser for closing the connection: snip all work fine. I believe the reason for this is specifically because of the connection to one apache process. Since apache prefork