Opening two connections to my Apache server?
Posted
by Ron Meretns
on Stack Overflow
See other posts from Stack Overflow
or by Ron Meretns
Published on 2010-05-09T07:41:37Z
Indexed on
2010/05/09
7:48 UTC
Read the original article
Hit count: 382
Hi guys.
I have an Apache server running PHP. Everything works fine.
But If I have a script that runs for a long time, and I try to open another page to the same server, the second page waits till my first page finishes.
This behavior happens to me on Linux and PC. I'm running Apache V2.2.9, and PHP 5.2.6.
I'm not sure why this happens... is this normal behavior?
Ron
© Stack Overflow or respective owner