You might want to look at the apache commons pool [1] instead of rolling your own.
[1] http://commons.apache.org/pool/ On Jan 9, 2008 9:59 AM, Andrea K. <[EMAIL PROTECTED]> wrote: > > > Hi Alex, > I attached the code. As you can see is not complex. > Logout are never done for readonly sessions, but only for admin (write) > operations. > Every X minutes sessionpool is purged and new sessions are created. Obsolete > sessions are logged out or expire automatically. > > Thanks a lot for your help. > BR. > A. - http://www.nabble.com/file/p14707938/session_pool.java > session_pool.java > -- > View this message in context: > http://www.nabble.com/Shared-session-pool-tp14486499p14707938.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >
