Thread scheduling
http://www.java2s.com/Code/JavaAPI/java.util.concurrent/ExecutorsnewSingleThreadScheduledExecutor.htmhttp://www.javapractices.com/topic/TopicAction.do?Id=247
http://kamleshkr.wordpress.com/2009/10/02/java-threads-callable-and-future/
Thread signaling
http://tutorials.jenkov.com/java-concurrency/thread-signaling.htmlhttp://www.javamex.com/tutorials/synchronization_producer_consumer.shtml
Interrupt threads
http://www.techrepublic.com/article/interrupting-java-threads/5144546
http://blog.donews.com/maverick/archive/2005/08/10/502286.aspx
http://agapple.iteye.com/blog/916837
Tutorials
Comments
Post a Comment