[Lazarus] Cross *nix Socket Signaling Mechanism

Marco van de Voort marcov at stack.nl
Fri Dec 31 22:53:45 CET 2010


On Thu, Dec 30, 2010 at 08:52:36PM +0100, Michael Van Canneyt wrote:
> > Anyone want to respond with some basic semantics regarding signals and socket handles under Linux/Unix? ?
> 
> In short: on unix, you're better off with select() and friends.
> (which is basically what the main loop hooks in lazarus do)
> 
> I have no knowledge of an actual signaling mechanism for data. 
> epoll, select, poll all use a wait loop.
> 
> Michael.

> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

aio_read ?




More information about the Lazarus mailing list