• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

J2SE 5.0 and Threads/Synchronization

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Are there any good book available that has discussion J2SE 5.0's
new multithreading and synchronization techniques?

I bought Sierra's and Bate's SCJP 5.0 book but it does not have as
much what comes to new concurrent API that is in J2SE.

So, are there any other choices if you want to learn new concurrent API
that J2SE offers?

Cheers!
 
Ranch Hand
Posts: 732
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a short tutorial on this site which also has this.

Notice that there isn't too much to learn.

Basically that site covers all of it, which includes the lock "classes": Semaphore, Barrier, Exhanger, and Latch...

Also it has a chapter on the Executer and Callable interfaces.

The only thing i didn't see it cover is the atomic package, but you can look at the API and it is self explantory.

Hope it helps,

Roy.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Java Threads, 3rd edition", published by O'Reilly is very good, in my opinion.
 
Ranch Hand
Posts: 1078
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree with Ilja, Java Threads is a very good book. The authors know what they're talking about and don't just reiterate the API which is all too common.
 
Slime does not pay. Always keep your tiny ad dry.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic