JDSF- Distributed Synchronization | 16bytes

JDSF- Distributed Synchronization

Thu, 04/02/2009 - 09:50

JDSF- Distributed synchronization

Submitted by Aviad Lichtenstadt on Thu, 2006-10-19 07:24. ::

Overview

JDSF is a distributed synchronization framework that provides a global locking mechanism for java apps. JDSF enable developers to synchronize methods between JVMs, across multiple java applications, in the same way synchronized works within a single JVM.

Lisence

This project is released under the Mozilla Public License (MPL).

latest release

Release 0.9.1 provides a one class Monitor object that can "getLock" and "releaseLock", moreover, it provides distributable notify-wait mechanism.

Download

  • jdsf_0.9.1_bin.zip
  • jdsf_0.9.1_src.zip
  • Documentation

  • Getting started
  • JavaDoc