gissuebot

Results 156 comments of gissuebot
trafficstars

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c2) posted by **[email protected]** on 2011-12-10 at 04:14 PM_ --- _(No comment entered for this change.)_ --- **Labels:** `Package-Concurrent`

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c3) posted by **[email protected]** on 2012-03-20 at 02:38 AM_ --- Any plans or progress for the timeline on this feature? I am desperately in need for this in guava...

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c4) posted by **[email protected]** on 2012-03-20 at 02:27 PM_ --- We have no plans to work on this at this time. Sorry. :-(

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c5) posted by **[email protected]** on 2012-03-30 at 03:45 PM_ --- Here's a question: there's an occasional use case that is similar to a Pool in some ways -- you...

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c6) posted by **kohanyi.robert** on 2012-03-30 at 04:02 PM_ --- I think that what you've described is just a special kind of pool, which could throw when a client...

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c7) posted by **wasserman.louis** on 2012-04-10 at 10:40 PM_ --- I am interested in pursuing this project for srs bsns.

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c9) posted by **[email protected]** on 2012-05-11 at 07:45 AM_ --- I just encountered a usecase for this with selenium. I want to have a pool of selenium drivers to...

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c10) posted by **[email protected]** on 2012-05-11 at 02:28 PM_ --- Some information about what I ran into when implementing this: Pools should have a configurable object acquisition policy, be...

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c11) posted by **ogregoire** on 2012-05-11 at 03:30 PM_ --- Unlike Emily, I prefer the passive approach as it is more like all we handle everyday. The try-with-resource has...

_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c12) posted by **[email protected]** on 2012-05-14 at 10:30 AM_ --- I think that if the structure of active vs. passive needs to be learnt then there are more fundamental...