[Mono-list] Re: full duplex sockets and threads

Robert Jordan robertj at gmx.net
Mon May 8 08:50:55 EDT 2006


Oleg Deribas wrote:
> Hello,
> 
> Jonathan Pryor said the following on 08.05.2006 13:42:
> 
>> The boilerplate message actually means "don't attempt to use an instance
>> of Socket from multiple threads simultaneously without using a
>> synchronization mechanism."
> 
> And what if I use asynchronous calls - BeginSend/BeginReceive?
> Should I provide some sort of my own synchronization mechanism then?

These are thread safe.

Robert



More information about the Mono-list mailing list