Hi!

What is the easiest way of controlling the number of threads used to
handle SOAP requests in CXF? and what is the default?
(we are running as a standalone CXF service)

Is it possible to control this programmatically?
We do not use Spring so much so it would be nice to be able to
consolidate with our other configuration files etc...

Also, what is reasonable to have here? is it common to tune thsis?


We have a service that internally handles requests in less than one
millisecond (and very low CPU load), but we can still not go beyond
70-75 requests/second even if we use up to 40-50 parallel requests
etc...
It seems to peak out around 10-20 parallel, which leads me to think
that the current limitation is the Jetty/CXF threads...

//Kent

Reply via email to