>From the networking documentation, it seems that one cannot
<div>share the same socket across threads/tasks for the same operation, like</div><div>read or write.</div><div><br></div><div>What is the exact problem if I use the same socket to write something</div><div>across different threads, is data corruption the only problem? More specifically,</div>
<div>if I have run a select call on a socket, and if I write something into the socket,</div><div>from different threads, does the select wakeup for sure ?</div>