On Jun 22, 2009, at 5:53 PM, Jon Harrop wrote:

If that is spawning a new thread every time a future is created then it is
really for concurrent programming rather than parallel programming.

The thread is from a cached thread pool provided by the Executors class:

http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executors.html#newCachedThreadPool%28%29

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to