R
Robert Crago
Hi there,
[I can't find a dotnet.framework.networking group to post
to so I'm posting here. If there is a better place,
please let me know...]
Can an asynchronous NetworkStream.BeginWrite/EndWrite
combination using one thread be interrupted by another
thread writing to the same stream, causing the two
streams of data to become mingled?
Or is a single NetworkStream write call guaranteed to
completely send all its bytes before another thread
sending to the same stream can commence?
I would appreciate your help with this...
Robert
[I can't find a dotnet.framework.networking group to post
to so I'm posting here. If there is a better place,
please let me know...]
Can an asynchronous NetworkStream.BeginWrite/EndWrite
combination using one thread be interrupted by another
thread writing to the same stream, causing the two
streams of data to become mingled?
Or is a single NetworkStream write call guaranteed to
completely send all its bytes before another thread
sending to the same stream can commence?
I would appreciate your help with this...
Robert