Discussion:
limit the http connection pool with one client
kgrzanka
2014-08-05 09:32:14 UTC
Permalink
Hi,
I use servicemix 4.5.3 and have problem with connections number between
server client.
I have deployed web service.
I have one client which send 10 000 request per 1 sek but server has opened
only 200 connection with him.
Where I can change limit pool connections?
When change threadPool then number opened connections is still the same.



--
View this message in context: http://servicemix.396122.n5.nabble.com/limit-the-http-connection-pool-with-one-client-tp5721546.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
Jean-Baptiste Onofré
2014-08-05 13:51:20 UTC
Permalink
Hi,

Do you use the JBI components ?

With directly CXF, you can setup the workqueues.

Regards
JB
Post by kgrzanka
Hi,
I use servicemix 4.5.3 and have problem with connections number between
server client.
I have deployed web service.
I have one client which send 10 000 request per 1 sek but server has opened
only 200 connection with him.
Where I can change limit pool connections?
When change threadPool then number opened connections is still the same.
--
View this message in context: http://servicemix.396122.n5.nabble.com/limit-the-http-connection-pool-with-one-client-tp5721546.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
--
Jean-Baptiste Onofré
jbonofre-1oDqGaOF3Lkdnm+***@public.gmane.org
http://blog.nanthrax.net
Talend - http://www.talend.com
kgrzanka
2014-08-05 23:03:49 UTC
Permalink
Hi,
I have installed "example-cxf-osgi" from examples.
There is "Hello" webservice method
(http://localhost:8345/cxf/HelloWorld?wsdl).
I invoke this method from SoapUI from 100 threads to 10 000 threads in time
200 sec. Above 6000 threads I get few connection exception. I noticed in
TCP-Z that server created only max 200 pool connections with one SoapUI
instance. When I run other instance SoapUI, I get next 200 connections.
I would like to know, what change in servicemix to get more connections with
one instance of client.



--
View this message in context: http://servicemix.396122.n5.nabble.com/limit-the-http-connection-pool-with-one-client-tp5721546p5721555.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
Loading...