Re: Executors, Futures, and Cancelation



mievlecl@xxxxxxxxx wrote:
Hello. I am working with the java.util.concurrent API introduced in
Java 1.5. Specifically, I will talk about Executors, ExecutorServices
and Futures.

This is a bit complex of a topic, but it's thoroughly handled in the book /Java Concurrency in Practice/, by Brian Goetz et al. Buy it, study it.

--
Lew
.



Relevant Pages

  • Re: Splitting processor performance for multiple processes in Java
    ... I second his recommendation of Java Concurrency in Practice. ... Here's a link to Executors, which are your best bet for making things simple, I think. ... public MyResult callthrows Exception { ... MyTask myTask = new MyTask; ...
    (comp.lang.java.programmer)
  • Re: Executors, Futures, and Cancelation
    ... Java 1.5. ... Specifically, I will talk about Executors, ExecutorServices ... and Futures. ... I may well be missing something. ...
    (comp.lang.java.programmer)