top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How does the singleton class work in distributed system ?

+3 votes
385 views
How does the singleton class work in distributed system ?
posted Oct 9, 2013 by Vikalp Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
Vikalp: Are you talking about distributed singleton?

1 Answer

0 votes

Try out http://code.google.com/p/hazelcast/
This library allows you to have distributed locks and data structures using which you could write your singleton.

answer Oct 10, 2013 by Deepankar Dubey
...