From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id AF01DBC32 for ; Wed, 16 Mar 2005 20:13:20 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j2GJDKd9029340 for ; Wed, 16 Mar 2005 20:13:20 +0100 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 UAA28894 for ; Wed, 16 Mar 2005 20:13:20 +0100 (MET) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j2GJDIW4029334 for ; Wed, 16 Mar 2005 20:13:19 +0100 Received: by wproxy.gmail.com with SMTP id 36so2523wra for ; Wed, 16 Mar 2005 11:13:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LPARLFQS4cxMFgiImdBQWOK4/GZBwQSwg3rWDQB5XDjSEqiTwYDCAij2xVwXNH2sjoCb/tDw76AbekQBgWYdll4u52ZwETXaczMIpqmyLtvZgZ+VB8WRMl11qyri686WemF0S9Rd7+czPaS7bcr7V++ucyY0K0zgPTxQKtLe8fw= Received: by 10.54.27.49 with SMTP id a49mr1358674wra; Wed, 16 Mar 2005 11:13:14 -0800 (PST) Received: by 10.54.42.51 with HTTP; Wed, 16 Mar 2005 11:13:14 -0800 (PST) Message-ID: <8ecdad9705031611133c3022ba@mail.gmail.com> Date: Wed, 16 Mar 2005 14:13:14 -0500 From: Scott Duckworth Reply-To: Scott Duckworth To: caml-list Subject: Re: [Caml-list] Re:[Caml-list] Help on Event module wanted. In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: X-Miltered: at nez-perce with ID 42388550.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 4238854E.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 caml-list:01 experimented:01 matthieu:01 dubuget:01 matthieu:01 dubuget:01 ocaml:01 beginners:01 ocaml:01 beginners:01 beginner's:01 bug:01 receivers:98 broadcasting:98 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.2 X-Spam-Level: I too recently had trouble figuring out how the Event module works. I eventually experimented with it enough to figure it out, but there are still some things I am not sure about. In particular, how do Events behave when there are multiple senders and/or receivers on a given channel? By experimenting, I made the following observations: - only one receiver will receive an event (i.e. no broadcasting to all receivers) - multiple senders work as expected (any of the senders may send at any ti= me) However, I found no documentation supporting any of these observations. I also am not sure if using multiple senders/receivers is thread safe. If anybody could give me any information on this I would appreciate it. Thanks! On Wed, 16 Mar 2005 13:03:41 +0100, matthieu.dubuget@libertysurf.fr wrote: > I asked a question related to Event usage there: > http://groups.yahoo.com/group/ocaml_beginners/message/2968 >=20 > and R=E9mi Vanicat answered with clean explanations: > http://groups.yahoo.com/group/ocaml_beginners/message/2969 >=20 > Maybe that will help you too? >=20 > Salutations >=20 > Matthieu Dubuget > ************************ ADSL JUSQU'A 8 MEGA + 3 MOIS DE TELEPHONE GRATUI= T ************************ > L'ultra haut d=E9bit =E0 15EUR/mois seulement ! Et vous t=E9l=E9phonez gr= atuitement en France vers les postes fixes, > hors num=E9ros sp=E9ciaux pendant 3 mois. > Pour profiter de cette offre exceptionnelle, cliquez ici : http://registe= r.tiscali.fr/adsl/ (voir conditions sur le site) >=20 > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >=20 --=20 Scott Duckworth