Link Details

Link 123516 thumbnail
User 129628 avatar

By to38170
via java.dzone.com
Published: Oct 07 2008 / 03:23

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. It'll show that worker nodes can be added at run time to add more processing power, or taken down when we don't have much load. Plus, tasks assigned to workers who subsequently crash are automatically reassigned to live nodes.
  • 12
  • 0
  • 1157
  • 349

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.