The Artima Developer Community
Sponsored Link

Java Buzz Forum
util.concurrent on steroids

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jonas Bonér

Posts: 77
Nickname: jonas
Registered: Jul, 2003

Jonas Bonér is a ski and jazz addict who tries to squeeze in some time for open source development.
util.concurrent on steroids Posted: Aug 30, 2005 1:31 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Jonas Bonér.
Original Post: util.concurrent on steroids
Feed Title: grubbel
Feed URL: http://docs.codehaus.org/dashboard.action
Feed Description: Weblog of Jonas Bonér [jonas AT codehaus DOT org]
Latest Java Buzz Posts
Latest Java Buzz Posts by Jonas Bonér
Latest Posts From grubbel

Advertisement

Steve has written a nice article on how you can coordinate threads in a distributed application, transparently, and with very little effort.

He does this simply by sharing an instance of a CyclicBarrier, a class in Doug Lea's excellent util.concurrent package(now included in JDK 5.0), across a cluster Using Distributed Shared Objects (DSO).

It really shows the power of DSO in action, by solving an extremely tricky problem in almost no time and no code.

Read: util.concurrent on steroids

Topic: TTMP for Perl Previous Topic   Next Topic Topic: J2EE Presentation layer (HTML) best practices - I

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use