Friday 12 April 2013

What is SingleTon in Remoting

In this case whenever a first request comes from a client an object of remote class gets created and it’s reference is given to the client, from then every new request coming from a new client, server provides the reference of same object which is already created, so changes made by one client gets reflected to the other. Used in the development of application like Public chat, Cricket scores, share prices etc.

No comments:

Post a Comment