How to control the number of threads available for processing SOAP requests? and what is the default?

2009-11-17 Thread Kent Närling
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

Re: How to control the number of threads available for processing SOAP requests? and what is the default?

2009-11-17 Thread Daniel Kulp
If you look at: http://cxf.apache.org/docs/jetty-configuration.html there is some information about configuring the thread pool Jetty uses. It's all spring config, but the API's are pretty much the same. Grab the Jetty factory stuff from the bus and dig through there a bit. I think the