aspose file tools
The moose likes Threads and Synchronization and the fly likes Good article on usage of java.util.concurrent package Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Good article on usage of java.util.concurrent package" Watch "Good article on usage of java.util.concurrent package" New topic
Author

Good article on usage of java.util.concurrent package

Om Tejas
Greenhorn

Joined: Dec 02, 2009
Posts: 27
Hi,

I am sure there must some post on article related to java.util.concurrent package. But if someone can point me to some good article on usages of new way of using threads using classes in java.util.concurrent package, I will be happy .

Thanks,
Gaurav.
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

It's not an article, but I can recommend you a very good book on the subject : Java Concurrency in Practice.


[My Blog]
All roads lead to JavaRanch
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35257
    
    7
+1 on that book. java.util.concurrent is too big and complex a package as to pick it up by reading articles, IMO; do yourself a favor and get the book (or the one by Oaks/Wong).


Android appsImageJ pluginsJava web charts
Dilip Maddi
Greenhorn

Joined: Nov 17, 2003
Posts: 3
http://www.javamex.com/
Ronald Vermeij
Ranch Hand

Joined: Sep 05, 2009
Posts: 37
What kind of articles you are looking for Gaurav.?
Tutorials?
http://tutorials.jenkov.com/java-concurrency/index.html
http://www.javamex.com/tutorials/threads/
http://developerlife.com/tutorials/?p=23

Examples - Java thread Wait Notify example?
http://www.ooxs.be/EN/java/Threads%20in%20Java.html

Book - Java Concurrency + slides!
Take a look at the slides for very clear explanation on Java Concurrency!
http://www.doc.ic.ac.uk/~jnm/book/index.html
http://www.doc.ic.ac.uk/~jnm/book/firstbook/slides.html

Blog about Java Concurrency issues
http://jeremymanson.blogspot.com/

This website has a lots of references to Java and Threads
http://www.swtech.com/java/threads/

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Good article on usage of java.util.concurrent package
 
Similar Threads
Locking with java.util.concurrent
killing a Thread ?
Is there any thread pool for JavaSE?
Good tutorial on util.concurrent
User created threads in serlvets