concurrency

Secret Agents helping your code handle concurrency

Among all the available options to safely and correctly manage shared state in concurrent programs, I've selected the concept of Agents for my today's post....

0 replies - 2559 views - 09/15/09 by vaclav in News

GParalelizer 0.8 released

GParallelizer, the opensource concurrency and actor library for Groovy, has reached its 0.8 release today.

0 replies - 1251 views - 07/01/09 by Andres Almiray in Announcements

Event-based actors in Groovy

After publishing my earlier post on Thread-bound actors in Groovy I've received several requests to enhance GParallelizer with support for event-based...

0 replies - 2642 views - 03/05/09 by vaclav in News

Parallelize your arrays with JSR 166y

The JSR-166y, which I described earlier in the post dedicated to the fork/join functionality is really amazing in how nicely it shields developers from dealing...

0 replies - 6945 views - 08/26/08 by vaclav in Articles