Re: [PHP] Apache/IE hangs with PHP

2004-02-26 Thread Evan Nemerson
It's only IE? Perhaps IE keeps connections in a global structure and tries to use already established connections, regardless of which window you're using? It's just a guess, but it seems logical- it would cut down on TCP handshake waste, but one window could effectively DoS another. I wonder

Re: [PHP] Apache/IE hangs with PHP

2004-02-26 Thread Vincent Bouret
I just made the same test with IIS/PHP on Windows 2000 system and the problem described previously doesn't occur. Looks like an Apache problem then. I've read that Internet Explorer is using only two connection / server. Maybe it has something to do with that. Thanks Vincent Evan Nemerson

Re: [PHP] Apache/IE hangs with PHP

2004-02-26 Thread Erwin Kerk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vincent Bouret wrote: | Hi, | | I have this strange problem. I have Apache 1.3.28 on Windows XP Home SP1 | with PHP 4.3.4 as a module: | | httpd.conf | LoadModule php4_module c:/php/sapi/php4apache.dll | AddType application/x-httpd-php .php | AddType