HighTechTalks DotNet Forums  

Parallelism with .NET Remoting

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss Parallelism with .NET Remoting in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Danny
 
Posts: n/a

Default Parallelism with .NET Remoting - 12-03-2007 , 11:37 PM






Hi.

Is it possible and if so, is it safe to have one activated client
(connected to a singleton server) and call that client from multiple
threads simultaneously? My server is thread-safe but I am unsure of
the implications of sharing the same activated client across multiple
threads?

Will .NET serialize the calls to the same client (I dont want this as
it will drastically affect the scalability of my system)? Or will it
parallelize the calls if it detects that they are from different
threads?

Thanks.

Danny

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.