Remote objects activation doubt

Posted by webdreamer on Stack Overflow See other posts from Stack Overflow or by webdreamer
Published on 2010-04-22T10:48:48Z Indexed on 2010/04/22 10:53 UTC
Read the original article Hit count: 221

Filed under:
|
|
|

If two clients do Activation.GetObject, using the Singleton approach, and the same address, are they going to get the same instance of the class? Or will each client get a different instance?

© Stack Overflow or respective owner

Related posts about remoting

Related posts about .NET