Closed GoogleCodeExporter closed 9 years ago
I've solved this issue by changing from a FixedThreadPool to a
CachedThreadPool, which is probably ok for my scenario, but looking for
suggestions.
Original comment by consiliu...@gmail.com
on 10 Oct 2014 at 12:35
The Java support for managed blocking that I'm aware of is in the JDK's
ForkJoinPool. I don't believe we have anything related in Guava.
http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.Manag
edBlocker.html
As for applying that to your situation, I'm a bit over my head. You might try
StackOverflow.
Original comment by cpov...@google.com
on 10 Oct 2014 at 2:23
Thanks, that's exactly what I was looking for.
Original comment by consiliu...@gmail.com
on 10 Oct 2014 at 3:17
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<issue id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:08
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:17
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:07
Original issue reported on code.google.com by
consiliu...@gmail.com
on 10 Oct 2014 at 10:14