remoting in .NET

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?
 
K

Klaus H. Probst

..NET does not, your code does. If you're using a singleton then you must
implement some sort of pooling system that services requests.

There are many samples out there that show how to do this; codeproject.com
is one good site for this type of sample.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top