V
VPS
Supposing that i am using remoting using singleton class.Now assuming that
10 clients are requesting the object(since singleton creates only one
instance for all the requests) at the same time.
How does .NET handles such situation?
10 clients are requesting the object(since singleton creates only one
instance for all the requests) at the same time.
How does .NET handles such situation?