hmm,
i think here:

org.apache.jackrabbit.spi2dav.RepositoryServiceImpl.getClient()

source:

http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-spi2dav/src/main/java/org/apache/jackrabbit/spi2dav/RepositoryServiceImpl.java

regards, toby



On Fri, Jun 17, 2011 at 3:09 PM, ChadDavis <chadmichaelda...@gmail.com> wrote:
> On Fri, Jun 17, 2011 at 2:33 PM, Tobias Bocanegra <tri...@adobe.com> wrote:
>
>> 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!
>>
>>
> Thanks for the info.  Can you point me to the correct Jackrabbit module for
> this code?
>

Reply via email to