Re: GenericKeyedObjectPool synchronization

2004-04-23 Thread Dirk Verbeeck
It is included in v1.1 The changes were done between revisions 1.21 and 1.24 of GenericObjectPool: http://cvs.apache.org/viewcvs.cgi/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericObjectPool.java?r1=text&tr1=1.21&r2=text&tr2=1.24&diff_format=l The same technique should work wit

RE: GenericKeyedObjectPool synchronization

2004-04-22 Thread Delfosse Julien
Dirk Verbeeck [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 20:55 To: Jakarta Commons Users List Subject: Re: GenericKeyedObjectPool synchronization If I had such implementation then I would have committed it ;-) The currect GenericKeyedObjectPool could be patched to unsynchonize the m

Re: GenericKeyedObjectPool synchronization

2004-04-22 Thread Dirk Verbeeck
If I had such implementation then I would have committed it ;-) The currect GenericKeyedObjectPool could be patched to unsynchonize the method just like I did with GenericObjectPool. I don't have much time right now but I can always help review/fix. -- Dirk Delfosse Julien wrote: Hi, first o