Re: [U2] callHTTP - disconnect?

2009-09-03 Thread Kevin King
The Connection: close header had zero impact. Checking other Apache configuration options now. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] callHTTP - disconnect?

2009-09-03 Thread Glen Batchelor
Subject: Re: [U2] callHTTP - disconnect? The Connection: close header had zero impact. Checking other Apache configuration options now. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] callHTTP - disconnect?

2009-09-03 Thread Symeon Breen
Actually TIME_WAIT is normal - when you close a connection, it goes to timewait for a set amount of time and then is closed, this stops any delayed packets being accepted by a later connection. There are kernel/tcp params to determine how long it should be in timewait. If you have too many at

Re: [U2] callHTTP - disconnect?

2009-09-03 Thread Kevin King
On Thu, Sep 3, 2009 at 10:10 AM, Symeon Breen syme...@gmail.com wrote: Actually TIME_WAIT is normal - when you close a connection, it goes to timewait for a set amount of time and then is closed, this stops any delayed packets being accepted by a later connection. There are kernel/tcp params

Re: [U2] callHTTP - disconnect?

2009-09-02 Thread Glen Batchelor
I don't suppose it's keep-alives going bad? Glen Batchelor IT Director All-Spec Industries phone: (910) 332-0424 fax: (910) 763-5664 E-mail: webmas...@all-spec.com Web: http://www.all-spec.com Blog: http://blog.all-spec.com

Re: [U2] callHTTP - disconnect?

2009-09-02 Thread Symeon Breen
In your apache app set the http response header 'Connection' to 'Close' -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: 02 September 2009 19:07 To: U2 Users List Subject: [U2] callHTTP -