Re: node locking when connection pool is used ?

2007-09-25 Thread ruchi goel
Jukka Zitting wrote: Hi, Sorry for the late response. On 9/11/07, ruchi goel [EMAIL PROTECTED] wrote: In our design , instead of having one repository connection per user session , we would like to have a pool of repository connections which can be shared between the end user http

Re: node locking when connection pool is used ?

2007-09-17 Thread Jukka Zitting
Hi, Sorry for the late response. On 9/11/07, ruchi goel [EMAIL PROTECTED] wrote: In our design , instead of having one repository connection per user session , we would like to have a pool of repository connections which can be shared between the end user http sessions. As per JSR170

node locking when connection pool is used ?

2007-09-11 Thread ruchi goel
Hi, In our design , instead of having one repository connection per user session , we would like to have a pool of repository connections which can be shared between the end user http sessions. As per JSR170 specs , locking of node is mapped per repository session . Now how do we