gissuebot
gissuebot
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c13) posted by **[email protected]** on 2012-05-30 at 07:43 PM_ --- _(No comment entered for this change.)_ --- **Labels:** -`Type-Enhancement`, `Type-Addition`
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c14) posted by **ogregoire** on 2012-07-11 at 01:28 PM_ --- I'd like to withdraw my comment of May 11. We've been experimenting with embedded for the last month and...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c15) posted by **ogregoire** on 2013-01-23 at 10:24 AM_ --- After using this kind of pattern for the last few months, we consider that the active way is useful...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c16) posted by **[email protected]** on 2013-04-28 at 03:49 PM_ --- I am a big fan of the guava libraries. Since no open source object pool implementation out there is...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c17) posted by **Ben.Manes** on 2013-07-09 at 09:15 AM_ --- I guess I'll throw my hat into the ring... I was asked by the Cassandra folks if I could...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c18) posted by **Ben.Manes** on 2013-08-10 at 06:19 AM_ --- Switched to an elimination backoff stack. This is probably the best structure to design a pool around. EBS -...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c19) posted by **[email protected]** on 2013-09-24 at 09:17 PM_ --- Hi Ben, I wrote a while ago implementation, global_pool thread_local_pool which should perform in my opiniion better than EBS...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c20) posted by **Ben.Manes** on 2013-09-25 at 02:00 AM_ --- Probably what you implemented, and something I thought of after posting the above, is a global list of handles...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c21) posted by **[email protected]** on 2013-09-26 at 11:29 PM_ --- Yup, that is pretty much it. This implementation will "bias" the pooled objects to threads and will not steal...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1530#c1) posted by **[email protected]** on 2013-11-20 at 08:16 PM_ --- _(No comment entered for this change.)_ --- **Labels:** `Package-Concurrent`