H
howa
Hello,
Are there any framework / modules/ library that will make writing
Multithread program, e.g. Producers & Consumers pattern (i.e
utilizing thread pool automatically) more easier?
Or any sample codes would be appreciated.
In term of Java, it is executor: http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Executors.html
Thanks.
Are there any framework / modules/ library that will make writing
Multithread program, e.g. Producers & Consumers pattern (i.e
utilizing thread pool automatically) more easier?
Or any sample codes would be appreciated.
In term of Java, it is executor: http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Executors.html
Thanks.