Re: kqueue, poll and file descriptor types
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=obdbcKSvuNAPSH4avzU9JaMhO3yUpd9lf70CGgnPgp4=; b=dt/ZcfO14TFGle9EkevjPS9XBT5w7kW/huZYDQ51GEswiy6w8F+fgHiatviw97Q2pr gDF+9aywMqz9GJfbySBWaXidHhGzmxkyvMH45eow6rywj/yJPg/daeTUTsf9mDVAMQH+ zUnddIvWvslzAqa6uRPqIR56TGt/WX2wZiiBQ= On Oct 24, 2011, at 5:32 PM, Shantonu Sen wrote:
In the abstract, the statement is true (is this a homework question or something?)
There's a chunk of code in the Erlang virtual machine that clips the maximum number of file descriptors to FD_SETSIZE, 1024 by default, at compile time. It only does this on the Mac, claiming the need to fall back to select when kqueue fails. -------------------------------------------------------------------------- - for hire: mac osx device driver ninja, kernel extensions and usb drivers ---------------------+------------+--------------------------------------- http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont ---------------------+------------+--------------------------------------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont