Remote Object with Singleton mode ??
-
I host a object in a window service, and call it remotely from a particular client. I set the object as a Singleton mode in which it should return the same instance everytimes i remotely call. However, it happens to me that at some point, it will create a new instance of the object ???!!!! What went wrong ?!!
-
I host a object in a window service, and call it remotely from a particular client. I set the object as a Singleton mode in which it should return the same instance everytimes i remotely call. However, it happens to me that at some point, it will create a new instance of the object ???!!!! What went wrong ?!!
Maybe the singleton's lease expired and the remoting framework created a new one? Regards Senthil _____________________________ My Blog | My Articles | WinMacro