Opening two connections to my Apache server?
- by Ron Meretns
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