I'm developing an application on a Win2000/Apache configuration. I'm using fsockopen() to make the socket connection. When simulating one user running the script, it works fine, but if I simulate 2 or more users running at the same time, the script will lock up after about 30 seconds of use, and will remain locked up for about 5 minutes or so.
I've tried this same script on Linux, but get the same results.
I know the receiving server is fine, because I was able to write a PERL script that didn't have any problems at all.
Any help or suggestions would be great!
Thanks!