Hi,
Does apache commons pool library provide a means to persist the pooled objects ? The basic problem I am trying to solve is: I have multiple webservers for redundancy and each has a pool of sessions for authentication that I use. The number of sessions that I can get is limited so I cannot fully populate the pools on all my redundant servers. The idea is to have a common persistence to which all the pools will point. Any pointers are appreciated. Thanks, Aj
