Parallelism with .NET Remoting -
12-04-2007
, 12:37 AM
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 |