<div dir="ltr">2013/4/25 silvioprog <span dir="ltr"><<a href="mailto:silvioprog@gmail.com" target="_blank">silvioprog@gmail.com</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">Very nice article:<div><br></div><div><a href="http://www.bastisoft.de/programmierung/pascal/pasinet.html" target="_blank">http://www.bastisoft.de/programmierung/pascal/pasinet.html</a></div><div><br></div>
<div>Outdated, but very very nice. :)</div></div></blockquote></div><div><br></div><div style>in...:</div><div style><pre style="background-color:rgb(255,247,214);border:1px solid rgb(255,208,16);padding:1em;margin:2em 4em;color:rgb(0,0,0)">
repeat
put all sockets currently connected in the read set;
put the listening socket in the read set;
Select(read set, no other sets, no timeout);
respond to all sockets that are left in the read set;
until false;</pre></div><div style>:o So I need of "Select" function. If I am not mistaken it is not being used in ssockets. I'll to do it manually. I will implement it on my own.</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></div>