Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Increase the handle limit

Received: by 10.204.156.155 with SMTP id x27mr3237191bkw.7.1319472877781;
        Mon, 24 Oct 2011 09:14:37 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.29.7 with SMTP id o7ls2861816bkc.2.gmail; Mon, 24 Oct 2011
 09:14:37 -0700 (PDT)
Received: by 10.204.148.84 with SMTP id o20mr3283118bkv.6.1319472877205;
        Mon, 24 Oct 2011 09:14:37 -0700 (PDT)
Received: by 10.204.148.84 with SMTP id o20mr3283117bkv.6.1319472877191;
        Mon, 24 Oct 2011 09:14:37 -0700 (PDT)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
        by gmr-mx.google.com with ESMTP id a16si3773371bku.3.2011.10.24.09.14.37;
        Mon, 24 Oct 2011 09:14:37 -0700 (PDT)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org; dkim=neutral (body hash did not verify) header...@gmail.com
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
	by hades.cslab.ericsson.net (Postfix) with ESMTP id 45F395C198;
	Mon, 24 Oct 2011 18:14:31 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com
 [74.125.82.181])
 by hades.cslab.ericsson.net (Postfix) with ESMTP id 97AA45C003
 for <erlang-questi...@erlang.org>; Mon, 24 Oct 2011 18:14:28 +0200 (CEST)
Received: by wyh5 with SMTP id 5so7631911wyh.40
 for <erlang-questi...@erlang.org>; Mon, 24 Oct 2011 09:14:28 -0700 (PDT)
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=3G0LMwiUZid6Z66v+a0beVImG/1QP9kPf/9vt0UDuCM=;
 b=NPcafCwU0QxecYPNWNVeMe/CjcXW+HuPoihHOvDTC/kRS2DRroqlrKDUGgejKXSENR
 DLcxi7PqUe/xXt9akXKErM+ZgpAm0isLXxxGBe+gXKdKigYhTOlCyiNpidawwP30cbdh
 0oDxXg3jUerzBRJFnqUZBfUqpMZ2yQiC1qPDY=
Received: by 10.227.38.89 with SMTP id a25mr9600521wbe.70.1319472868206;
 Mon, 24 Oct 2011 09:14:28 -0700 (PDT)
Received: from [192.168.0.196] ([95.60.213.7])
 by mx.google.com with ESMTPS id x40sm33601591wbn.19.2011.10.24.09.14.24
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 24 Oct 2011 09:14:25 -0700 (PDT)
Mime-Version: 1.0 (Apple Message framework v1251.1)
From: Joel Reymont <joe...@gmail.com>
In-Reply-To: <4EA55ABC.9060...@ericsson.com>
Date: Mon, 24 Oct 2011 17:14:23 +0100
Message-Id: <C48063E8-84E8-4594-A129-4A1034B69...@gmail.com>
References: <4EA55ABC.9060...@ericsson.com>
To: Rickard Green <rickard.s.gr...@ericsson.com>
X-Mailer: Apple Mail (2.1251.1)
Cc: Erlang Questions <erlang-questi...@erlang.org>
Subject: Re: [erlang-questions] Increase the handle limit
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
 <mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
 <mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org


On Oct 24, 2011, at 1:31 PM, Rickard Green wrote:

> $ man kqueue
> ...
> BUGS
>     Not all filesystem types support kqueue-style notifications.  And even some that do, like some remote filesystems, may only support a subset of the notification semantics described here.

As far as I've been told on the darwin-dev list, that refers to vnode-watching which select() doesn't support anyway.

> $ man poll
> ...
> BUGS
>     The poll() system call currently does not support devices.


This is, likely, a legacy consideration as kqueue was not complete in earlier versions of Mac OSX. 

select and poll are subsets of kqueue functionality-wise.

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

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions