On 30 Sep 2010, at 16:50, Ian Boston wrote:

> Looking in the code most of those methods are synchronised, which feels wrong 
> as it will make the server single threaded to read, write I can understand, 
> but not read. I thought Jackrabbit was multithreaded on read?
> Do you know the reasoning behind this ?

Hang on, isn't the ItemManagerImpl bound to session ? (there is a session 
property there)

Which means that a session is being shared between threads, making it block 
threads ?
Does that make sense ?
Ian


Reply via email to