hi chad, i'm not 100% sure, but i think there is only 1 connection openend per client repository. all "session traffic" is then using the same connection. iirc, this was an optimization, so that no new connections were made for each new session.
but i agree, that this might harm performance with a lot of concurrent sessions, and there is certainly room for improvements. patches welcome! regards, toby On Thu, Jun 16, 2011 at 10:41 AM, ChadDavis <[email protected]> wrote: > I'm doing stress testing on a DavEx remoting set up. We're seeing a > bottleneck between our app ( the JCR client in a davex remoting set up ) and > the repository server. When we increase the number of concurrent users > hitting the app, the number of TCP connections between our app and the > repository server stays at only two. > > Is there some configuration for the TCP connection pool in the DavEx client? >
