[Pool] - GenericKeyedObjectPool - one object instance per key?

2007-07-19 Thread Nicholas Hemley
Hello, I am using the commons pool for a project and would like only one object instance to be stored per key using the GenericKeyedObjectPool - is this actually possible? The javadoc for KeyedObjectPool states that: "KeyedObjectPool implementations may choose to store at most one instance per

Re: [Pool] - GenericKeyedObjectPool - one object instance per key?

2007-07-20 Thread Nicholas Hemley
xactly are you trying to do? Phil On 7/20/07, Phil Steitz wrote: > On 7/19/07, Nicholas Hemley wrote: > > Hello, > > > > I am using the commons pool for a project and would like only one object > > instance to be stored per key using the GenericKeyedObjectPool