cross-appdomain remoting behavior of streams

  • Thread starter Thread starter EP
  • Start date Start date
E

EP

Can anyone point to somewhere that explains the behavior of streams with
remoting accross appdomains?

Is there a performance hit if I pass, say, a textwriter (connected to a
networkstream) to another appdomain for reading/writing?
 
Moving anything thru an app domain is inherently expensive. Have a look at
matthew macdonalds website, he goes into a lot of detail, or his book is an
even greater resource.
 
Back
Top