[erlang-questions] Increase the handle limit

Joel Reymont joelr1@REDACTED
Mon Oct 24 14:00:26 CEST 2011


Rickard,

I see no basis for your statement below. 

On Oct 24, 2011, at 12:52 PM, Rickard Green wrote:

> The "clipping" is there for a reason. Kernel-poll on MacOSX is implemented using kqueue(). Neither kqueue() nor poll() can handle all types of file-descriptors on MacOSX. The runtime system needs to be able to handle any type of file-descriptor that may appear.

Could this be old information that's no longer valid?

I just looked at the documentation for kqueue and poll and saw no restrictions on the type of file descriptor being handled. 

Poll has no restrictions whatsoever and kqueue has slightly different notification behavior depending on descriptor type.

	Thanks, Joel

--------------------------------------------------------------------------
- for hire: mac osx device driver ninja, kernel extensions and usb drivers
---------------------+------------+---------------------------------------
http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
---------------------+------------+---------------------------------------




More information about the erlang-questions mailing list