RE: running out of sockets???

2005-05-19 Thread Ebert, Chris
From: Ephemeris Lappis [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 12:10 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: RE: running out of sockets??? When the application close a socket, the system may delay the actual release for a defined time that you can configure. During

RE: running out of sockets???

2005-05-19 Thread Ebert, Chris
> -Original Message- > From: Ephemeris Lappis > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 12:10 PM > To: axis-user@ws.apache.org; [EMAIL PROTECTED] > Subject: RE: running out of sockets??? > > When the application close a socket, the system may delay th

RE: running out of sockets???

2005-05-19 Thread John Windberg
Message- > From: Ephemeris Lappis > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 12:10 PM > To: axis-user@ws.apache.org; [EMAIL PROTECTED] > Subject: RE: running out of sockets??? > > When the application close a socket, the system may > delay the actual &

RE: running out of sockets???

2005-05-18 Thread Ephemeris Lappis
will be in your http server or client... and for that i have no idea... Sorry. >>> -Original Message- >>> From: John Windberg [mailto:[EMAIL PROTECTED] >>> Sent: Wednesday, May 18, 2005 8:05 PM >>> To: axis-user@ws.apache.org >>> Subject: RE: running

RE: running out of sockets???

2005-05-18 Thread John Windberg
If my client app calls web services one at a time, shouldn't the previous socket be closed before the next socket is open? And in this case, I'm only managing to get around 8 web service calls before it starts failing. 8 is not very many. -j --- Ephemeris Lappis <[EMAIL PROTECTED]> wrote: > Ar

RE: running out of sockets???

2005-05-18 Thread Ephemeris Lappis
Are you sure the problem is the http connections ? I remember, long time ago, a problem with sockets on windows workstation systems (NT and 2000) which source was the limited socket numbers. If i remember well, unlike server versions, workstation configurations limit socket number up to 5000. In a

Re: running out of sockets...

2005-05-18 Thread John Windberg
Uh, I'm just using the code created by WSDL2Java with org.apache.axis.transport.http.CommonsHTTPSender in my client-config.wsdd. I needed that so I could do ntlm with another web service. The creators of this service are all .net weenies and with the .net tools this problem doesn't happen. Is ther

Re: running out of sockets...

2005-05-17 Thread Marko Sormunen
John Windberg wrote the following on 18.5.2005 3:28: I'm writing client code against Autodesk Vault web services which are .Net code within an IIS instance. After a series of calls I start getting "out of sockets" or "access denied" errors, which seem to be caused because IIS on this XP instance ha