Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

JGroups

  • submit to reddit

A Look Inside JBoss Cache

So I was asked a number of times as to why I didn’t put in any shameless plugs for JBoss Cache - the project I lead - when I wrote my last article at DZone on distributed caching and parallelism, and here is why.This follow-up article focuses entirely on...

2 replies - 19184 views - 11/04/08 by Manik Surtani in Articles

A Simple Clustered Task Distribution System

This article will introduce the basic concepts of JGroups and then implement a task distribution system (on top of JGroups), where tasks can be placed into the cluster and are executed by worker nodes.I'll show that worker nodes can be added at run time to...

4 replies - 41564 views - 10/06/08 by Bela Ban in Articles