Hello,

I have implemented a bundle which has a REST endpoint.I have multiple
clients that remotely invoke this endpoint. I am trying to test how the REST
endpoint within the CXF D-OSGi scales to multiple concurrent requests.
I am seeing errors like "*java.net.SocketTimeoutException: Read timed out*"
and "*java.net.SocketException: Connection reset*" on the client side with
just 300 concurrent requests.

I tried increasing the jetty thread pool size by creating a bundle fragment
for jetty configuration as described here
http://wiki.ops4j.org/display/paxweb/Advanced+Jetty+Configuration. However i
am still getting the same results.

Does anyone know to how many concurrent requests the out-of-box jetty
configuration with D-OSGi scales upto? Has anyone worked on configuring
Jetty that comes with CXF D-OSGI?

Any pointers in this respect would be highly appreciated.

Thanks
Amogh

Reply via email to