How to create a cross-process Singleton class in Java
Posted
by qichuan
on Stack Overflow
See other posts from Stack Overflow
or by qichuan
Published on 2010-05-11T11:53:10Z
Indexed on
2010/05/11
12:04 UTC
Read the original article
Hit count: 204
java
|programming
Is is possible to create a universal Singleton class, which is, at any given time, only one instance is shared across multiple Java processes?
© Stack Overflow or respective owner