[erlang-questions] clipping of max# of file descriptors by erts when kernel poll is enabled
Matthew Dempsky
matthew@REDACTED
Sat Aug 23 02:14:18 CEST 2008
On Fri, Aug 22, 2008 at 10:56 AM, Joel Reymont <joelr1@REDACTED> wrote:
> This happens on Mac OSX Leopard but should affect other platforms as
> well.
Erlang doesn't use poll(2) on OS X, because it's broken for devices
(e.g., it never reports readability on /dev/null; see erts/configure's
test for "checking for working poll()").
More information about the erlang-questions
mailing list