Distributed SingleTon Instance class and Deriving from SingleTon Instance class.
Design and Architecture
1
Posts
1
Posters
4
Views
1
Watching
-
Hello, Can anyone gimme some pointers, links, Ideas, ways, thoughts about (a) Deriving from a Singleton Instance Class. (b) Having a Distributed Singleton instance Class across machines and processes where by we can instantiate a class on one and only one machine / process? Thanks and regards, -Chetan Kudalkar
Chetan Kudalkar