Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

org.apache.cxf.transport.http.async.MAX_CONNECTIONS

  Maximum number of connections opened per host. Default is 1000.

org.apache.cxf.transport.http.async.MAX_PER_HOST_CONNECTIONS

  Maximum number of connections opened in total. Default is 5000.

Settings related to Apache HttpAsyncClient threads and selectors:

org.apache.cxf.transport.http.async.ioThreadCount 

Number of threads HttpAsyncClient uses to process IO events. Default is "-1" which means one thread per CPU core.

org.apache.cxf.transport.http.async.interestOpQueued 

true/false for whether the interest ops are queues or process directly.

org.apache.cxf.transport.http.async.selectInterval 

Default 1000 ms. How often the selector thread wakes up if there are no events to process additional things like queue expirations.

Setting to control which conduit is used

...