On Tuesday 03 December 2002 15:46, Roedel, Mark wrote:
> > -----Original Message-----
> > From: William Bailey [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, December 03, 2002 6:04 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] Problem: Only 1 fsockopen() connection for
> > apache at a time.
> >
> >
> > I have a script that uses fsockopen() to connect to a
> > remote server/port and from what i am seeing mod_php4
> > with apache only allows 1 fsockopen connection at a time
> > and will que the other fsockopen calls and then process
> > them when the one before it has closed. Is there a way
> > round this?
>
> Not true here...what operating system are you running?  (I know some
> versions of Windows in particular have a limit as to how many
> simultaneous connections the tcp/ip layer can support...)
>

Ah ha! Ok. I have found the issue, about a min before your email came in. It 
was mozilla :( I had the page loaded in two tabs and was refreshing each tab. 
I tried opening one in mozilla and one in ie and it did work as expected. The 
server made 2 calls to the other server via its fsockopen connection.

>
> ---
> Mark Roedel           | "Blessed is he who has learned to laugh
> Systems Programmer    |  at himself, for he shall never cease
> LeTourneau University |  to be entertained."
> Longview, Texas, USA  |                          -- John Powell

-- 
Regards,
        William Bailey.
        Pro-Net Internet Services Ltd.
        http://www.pro-net.co.uk
        http://wb.pro-net.co.uk


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to