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=HTML_MESSAGE autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 13CAEBB84 for ; Wed, 24 Sep 2008 17:05:55 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApUBAL7z2UjRVYC8jmdsb2JhbACCMC+QCj4BAQEBCQkMBw8FoRBrh2gBAg X-IronPort-AV: E=Sophos;i="4.33,300,1220220000"; d="scan'208";a="15304565" Received: from fk-out-0910.google.com ([209.85.128.188]) by mail2-smtp-roc.national.inria.fr with ESMTP; 24 Sep 2008 17:05:54 +0200 Received: by fk-out-0910.google.com with SMTP id k31so2717820fkk.11 for ; Wed, 24 Sep 2008 08:05:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=5ASzoSR6tk4flXu+2bL4ovvprn4OXqDhxaP1BoipZX4=; b=OCViIqY30I4YgIW09Doigs6f/DFbep0aCDDSvFhYZW340z597ewolJrysoVjJYeV5X 2iKEDDJJsxeXIzGgff2ELdgGQOz+A5FS6KWCdHvRzUW9Ni6UHrXkjNK7BcUzSIhBvK0X n2hese7DgBlLppRTo6YZOtHBOevqvGGcOfcAA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=dHLYF6HZAMMJW4RKs+uFGR3/QiQxLnipvfV81QfCGsfuGMZ3AUC/zkiAKj0lJK4mrA ZmZPaMsMrjtzolIZ12bOK7mx5bqmSXmxh86E5FmBXjI/tvWYMkQkWKOvk7vjXBxa6nTB woC9Xv3wI6oucqTKKeq5wE87dUQu/uc6gKlAY= Received: by 10.187.188.15 with SMTP id q15mr1437707fap.83.1222268754221; Wed, 24 Sep 2008 08:05:54 -0700 (PDT) Received: by 10.187.208.9 with HTTP; Wed, 24 Sep 2008 08:05:54 -0700 (PDT) Message-ID: <14cf844b0809240805p1815b046n2ac8ec89a8296da7@mail.gmail.com> Date: Wed, 24 Sep 2008 10:05:54 -0500 From: "Rich Neswold" To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] ocamlnet and kernel poll In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_67730_24054301.1222268754252" References: <01677251-3A8D-4DCA-9E39-7D17FAC92645@gmail.com> <20080911143735.EF7EC29B2A@kicki.hq.vtech> <43AB5EFE-44FF-47AB-818E-F27DD03823AE@gmail.com> X-Spam: no; 0.00; ocamlnet:01 markus:01 mottl:01 markus:01 mottl:01 stubs:01 ocaml:01 pervasives:01 libref:01 pervasives:01 stubs:01 ocaml:01 libref:01 wrote:01 wrote:01 X-Attachments: cset="UTF-8" cset="UTF-8" ------=_Part_67730_24054301.1222268754252 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, Sep 11, 2008 at 11:31 AM, Markus Mottl wrote: > Look at our Core-library. It contains a module "Bigstring", which > provides many efficient I/O-functions for those. Look at > "bigstring_stubs.c", where you'll see how these functions are > implemented in C-land, e.g. when the lock gets released, etc. > I'm new to Ocaml and trying to get up to speed. Sorry, but I can't seem to find the "bigstring" module in the Core library. http://caml.inria.fr/pub/docs/manual-ocaml/manual033.html nor is it in Pervasives (mentioned in the Core-library page): http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html Where do I find documentation for the bigstring module? Thanks! -- Rich LOI: https://www.google.com/reader/shared/00900594587109808626 ------=_Part_67730_24054301.1222268754252 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline
On Thu, Sep 11, 2008 at 11:31 AM, Markus Mottl <markus.mottl@gmail.com> wrote:
Look at our Core-library.  It contains a module "Bigstring", which
provides many efficient I/O-functions for those.  Look at
"bigstring_stubs.c", where you'll see how these functions are
implemented in C-land, e.g. when the lock gets released, etc.

I'm new to Ocaml and trying to get up to speed. Sorry, but I can't seem to find the "bigstring" module in the Core library.

    http://caml.inria.fr/pub/docs/manual-ocaml/manual033.html

nor is it in Pervasives (mentioned in the Core-library page):

    http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html

Where do I find documentation for the bigstring module? Thanks!

--
Rich

LOI: https://www.google.com/reader/shared/00900594587109808626

------=_Part_67730_24054301.1222268754252--