2013/4/25 silvioprog <silviop...@gmail.com>

> Very nice article:
>
> http://www.bastisoft.de/programmierung/pascal/pasinet.html
>
> Outdated, but very very nice. :)
>

in...:


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;

: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.

-- 
Silvio Clécio
My public projects - github.com/silvioprog
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to