Number of tasks (threads) submitted is also not huge in this test scenario.
|
1
|
|||||||||||
|
|
|
You'll need to provide code samples of how you instantiate and call Based on the information that you've given, you're almost certainly shutting down the executor service somewhere before submitting the callable to it. Check if you make any calls to Beyond that, you may want to register your own implementation of [1]: http://java.sun.com/javase/6/docs/api/java/util/concurrent/RejectedExecutionHandler.html#rejectedExecution%28java.lang.Runnable, java.util.concurrent.ThreadPoolExecutor) |
||
|
|
|
I dont see anywhere in the invocation of the
|
||
|
|
