Link Details

Link 93616 thumbnail
User 131196 avatar

By jj83777
via tutorials.jenkov.com
Published: Jul 09 2008 / 07:14

Text no 21 in the Java Concurency series analyzes the design traits that most synchronizers (locks, semaphores, blocking queues etc.) have in common. Knowing these traits can be useful when implementing custom synchronizers, as these will most likely contain the same basic parts as most other synchronizers.
  • 11
  • 0
  • 1398
  • 313

Comments

Add your comment
User 131196 avatar

Jakob Jenkov replied ago:

0 votes Vote down Vote up Reply

This text does not contain the same content as the chapter with the same title in "Java Concurrency in Practice". We arrived at these conclusions indenpendently from Doug Lea's work (we checked with him during the project).

BTW: The full Java concurrency tutorial can be found here:

http://tutorials.jenkov.com/java-concurrency/index.html

User 131196 avatar

Jakob Jenkov replied ago:

0 votes Vote down Vote up Reply

This text does not contain the same content as the chapter with the same title in "Java Concurrency in Practice". We arrived at these conclusions indenpendently from Doug Lea's work (we checked with him during the project).

BTW: The full Java concurrency tutorial can be found here:

http://tutorials.jenkov.com/java-concurrency/index.html

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.