On Thu, Feb 19, 2009 at 10:24 PM, Andrei Zmievski <and...@gravitonic.com> wrote:
> Can someone explain why ext/sockets and also stream socket functions care
> about FD_SETSIZE?

They care, because they use the select(2) syscall, which cares about FD_SETSIZE.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to