On 9/10/10 9:49 AM, huntc wrote:
Hi there,
I'm interested in the throughput characteristics of a CXFRS consumer
endpoint. What I'd like to understand specifically is how many threads are
configured for the endpoint and whether the async API is being utilised in
dispatching the requests as they come in.
If you are trying Camel 2.5.0-SNAPSHOT, the CXFRS consumer can get the
benefit of the async API. And we are heading to Camel 2.5.0 release this
month, please feel free to try it.
I couldn't find any mention of this in the doco. Intuitively I'd guess that
there's just one thread assigned to the endpoint and that the continuations
API is at play somewhere (perhaps in Jetty?).
No, there is more than one thread assigned to that endpoint.
If you are using cxf-http-jetty-transport, there is a Jetty thread pool
will be used to run the camel process per thread per request.
It'd be great to have these throughput characteristics confirmed.
Kind regards,
Christopher
Willem