From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id UAA31369; Sun, 4 Jan 2004 20:52:55 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA30966 for ; Sun, 4 Jan 2004 20:52:54 +0100 (MET) Received: from smarthost2.mail.easynet.fr (smarthost2bis.mail.easynet.fr [212.180.1.37]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id i04Jqrb19474 for ; Sun, 4 Jan 2004 20:52:53 +0100 (MET) Received: from asi-62.asi256ip.easynet.fr ([212.180.39.62] helo=gros) by smarthost2.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 1AdEIv-0001bB-00 for ; Sun, 04 Jan 2004 20:52:53 +0100 Received: from [192.168.0.14] (helo=grand.gallu.homelinux.org) by gros with smtp (Exim 3.36 #1 (Debian)) id 1AdEIu-0005ou-00 for ; Sun, 04 Jan 2004 20:52:52 +0100 Received: by grand.gallu.homelinux.org (sSMTP sendmail emulation); Sun, 4 Jan 2004 20:52:53 +0100 From: "Sylvain LE GALL" Date: Sun, 4 Jan 2004 20:52:52 +0100 To: caml-list@inria.fr Subject: Re: [Caml-list] Announcement: Equeue-2.0 (also about Shell pkg) Message-ID: <20040104195252.GA4990@grand> Mail-Followup-To: caml-list@inria.fr References: <1073239304.1014.22.camel@ice.gerd-stolpmann.de> <20040104184320.GA4805@grand> <1073244329.995.27.camel@ice.gerd-stolpmann.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1073244329.995.27.camel@ice.gerd-stolpmann.de> User-Agent: Mutt/1.5.4i X-Loop: caml-list@inria.fr X-Spam: no; 0.00; gall:01 le-gall:01 caml-list:01 2004:99 gerd:01 stolpmann:01 2004:99 gall:01 gerd:01 stolpmann:01 unixqueue:01 event-based:01 unixqueue:01 ocamldoc:01 svn:99 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Sun, Jan 04, 2004 at 08:25:30PM +0100, Gerd Stolpmann wrote: > On Son, 2004-01-04 at 19:43, Sylvain LE GALL wrote: > > On Sun, Jan 04, 2004 at 07:01:45PM +0100, Gerd Stolpmann wrote: > > > Hi list, > > > > > > Although it has been already available since December 6, the > > > announcement of Equeue-2.0 was still missing. Now, here it is. > > > > > > The list of changes: > > > > > > - This release incorporates the modules of the previous Shell > > > package (which is no longer continued as such). You can > > > now run shell commands within a Unixqueue. > > > > > > - A new concept is introduced as a means to structure bigger > > > event-based programs: engines. After the engine is attached > > > to a Unixqueue, it performs a previously specified task in > > > an autonomous way, and when the task is done, it reports > > > the result. It is possible to combine basic engines to > > > larger engines (as a program construction principle). > > > > > > - Documentation is available in ocamldoc format > > > > > > - There is a subversion repository: > > > https://gps.dynxs.de/svn/lib-equeue > > > > > > Documentation is available here: > > > http://www.ocaml-programming.de/packages/documentation/equeue/ > > > > > > Download: > > > http://www.ocaml-programming.de/packages/equeue-2.0.tar.gz > > > > > > A lot of fun, > > > > > > Gerd > > > > Hello, > > > > Is there any plan to support Windows and MacOS 9 platform ? > > No, because it would be too difficult. Equeue depends on a generic > Unix.select function that works for all kinds of file descriptors, and > the Shell module is even more Unixish (uses fork/exec). Cygwin would be > possible, I don't know if it already works. > Sorry i miss the thread, The question was about portability of findlib. Regard Sylvain LE GALL ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners