<div dir="ltr"><div><div><div>> Ludo Brands ludo.brands at <a href="http://free.fr">free.fr</a> <br></div><div>> Fri Apr 26 19:25:52 CEST 2013</div></div><div>> If your socket is in blocking mode and you don't want your thread to</div>

<div>> block, yes. Server or client, there is no difference.</div><div>> The same for send. When you have a small block to send that fits in the</div><div>> socket buffer and the socket buffer is empty, send will return</div>

<div>> immediately. But if you have more data to send, your second send will</div><div>> block until the first send is completed.</div><div>> The same select can be used to return when the recv buffer is not empty</div>

<div>> or the send buffer empty  or when an exception occurs. See</div><div>> <a href="http://linux.die.net/man/2/select">http://linux.die.net/man/2/select</a></div><div>> </div><div>> Ludo</div></div><div><br>

</div><div>I had not seen this reply, thanks for the explanation, Ludo. :)<br></div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div>