From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 532D0BB84 for ; Thu, 11 Sep 2008 14:43:59 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AooAAHGvyEhA6ba8k2dsb2JhbACSJj4BAQEBCQMICREDnkGGWAEChAc X-IronPort-AV: E=Sophos;i="4.32,379,1217800800"; d="scan'208";a="29064336" Received: from nf-out-0910.google.com ([64.233.182.188]) by mail4-smtp-sop.national.inria.fr with ESMTP; 11 Sep 2008 14:43:58 +0200 Received: by nf-out-0910.google.com with SMTP id b11so189834nfh.13 for ; Thu, 11 Sep 2008 05:43:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=+TvjidvaJQ9QGPInsiktKQymkOUcjbfyXVfdgeYMCCI=; b=hEUC3UzuJNqUz3NepfJz7Icvktn4s1mvXxg2IqjTMkx+rIqqn1KIKroDVBfe3j+7E6 Hj3OEHOxXG/rnXEdPF4mfw5by5jej0L5nqGFm0WE6T4qWtSNQDA6iCRBQjIUA+WguQPG E8Z7rbBjP3iLwP/BNH8IDrVNpaS1nOLFaApg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=elSS1QWD8cWI5yIjwTvtqIw/d3XQ17ymVFvpV3r2Z3sA/IoZBCPPIofVDXyj+ooVH0 AOdYsJTDa5sartT3Y+d4obWbesA+MpmKDrAjF5+qTtqPqdKi4EytpBBJOMj2ekEiUKng 4HOgZHY7C0x00sI8BQnaHJ62xORKY8JumYKJM= Received: by 10.210.81.3 with SMTP id e3mr3316729ebb.22.1221137037680; Thu, 11 Sep 2008 05:43:57 -0700 (PDT) Received: from ?10.10.30.6? ( [88.27.249.46]) by mx.google.com with ESMTPS id j8sm2238541gvb.1.2008.09.11.05.43.56 (version=SSLv3 cipher=RC4-MD5); Thu, 11 Sep 2008 05:43:57 -0700 (PDT) Message-Id: <01677251-3A8D-4DCA-9E39-7D17FAC92645@gmail.com> From: Joel Reymont To: O'Caml Mailing List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: ocamlnet and kernel poll Date: Thu, 11 Sep 2008 13:43:55 +0100 X-Mailer: Apple Mail (2.926) X-Spam: no; 0.00; ocamlnet:01 ocamlnet:01 kernel:02 kernel:02 seems:03 handles:03 suggestions:07 suppose:09 top:89 runs:11 poll:12 poll:12 build:13 add:14 use:16 Suppose I want to build a server that runs on top of ocamlnet and handles 10k+ connections. ocamlnet seems to use select exclusively. Any suggestions on how to add kernel poll? Is this possible even? Thanks, Joel -- wagerlabs.com