|
util.concurrent on steroids
[
jonas
]
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. I was just going to let you all know I found this great place to make business cards. There are thousands of templates and you can design your own. It's very neat if your interested. --melissa , December 18, 2005 08:11 PM
Post a comment
|