[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] SOAP Webservice and persistent Connections



Hi,

one Question: Is it possible to create persistent Connections when i
connect to the condor webservice ?

On every SOAP request, i've got a "Connection : close" response:

"HTTP/1.1 200 OK[\r][\n]"
"Content-Type: text/xml; charset=utf-8[\r][\n]"
"Content-Length: 3722[\r][\n]"
"Connection: close[\r][\n]"
"[\r][\n]"

So it opens on every soap call a new HTTP Connection to the webservice,
which has a timeout till it is closed. In a high multithreaded
application (like mine) the operation system runs out of available
sockets. Thats not good :(

Tested it with Axis/HttpClient, Axis2/HttpClient, HTTP 1.0, HTTP 1.1


Thanks for help, Stefan Dieringer