Groups | Blog | Home
all groups > dotnet remoting > march 2004 >

dotnet remoting : Thread management in remoting


andreyl
3/28/2004 4:31:08 PM
Hello,

I'd like to create a remoting server with SingleCall objects and I am wondering how remoting will behave under heavy load. Does remoting launch a thread for every client or does it use some kind of thread pool and request queuing mechanism? After quickly scanning the documentation I didn't find any info on this topic.

Thanks,
Sunny
3/29/2004 9:48:16 AM
Hi Andrey,

In article <EB1CF308-484A-4FC2-954F-06F7FC1E1A59@microsoft.com>,
anonymous@discussions.microsoft.com says...
[quoted text, click to view]


Every remoting call is in a separate thread. Remoting infrastructure
uses a thread pool for this.

AddThis Social Bookmark Button