Bill Studenmund wrote:
> I think the difference is in the default behavior. When you're at EOF, I 
> know that poll() will give you a read-availability event, so you'll read 
> the EOF. Will kqueue?

AFAIK yes for sockets, not for file descriptor (i.e. descriptor
open to a file on filesystem). Would poll() give you read-availability
event when on end of file on filesystem.

Jaromir
-- 
Jaromir Dolecek <[EMAIL PROTECTED]>            http://www.NetBSD.cz/
-=- We should be mindful of the potential goal, but as the Buddhist -=-
-=- masters say, ``You may notice during meditation that you        -=-
-=- sometimes levitate or glow.   Do not let this distract you.''   -=-
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to