Browse thread
Re:[Caml-list]_Help_on_Event_module_wanted.
-
matthieu.dubuget@libertysurf.fr
- Scott Duckworth
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Scott Duckworth <scott.duckworth@g...> |
| Subject: | Re: [Caml-list] Re:[Caml-list] Help on Event module wanted. |
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 time) 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 <matthieu.dubuget@libertysurf.fr> wrote: > I asked a question related to Event usage there: > http://groups.yahoo.com/group/ocaml_beginners/message/2968 > > and Rémi Vanicat answered with clean explanations: > http://groups.yahoo.com/group/ocaml_beginners/message/2969 > > Maybe that will help you too? > > Salutations > > Matthieu Dubuget > ************************ ADSL JUSQU'A 8 MEGA + 3 MOIS DE TELEPHONE GRATUIT ************************ > L'ultra haut débit à 15EUR/mois seulement ! Et vous téléphonez gratuitement en France vers les postes fixes, > hors numéros spéciaux pendant 3 mois. > Pour profiter de cette offre exceptionnelle, cliquez ici : http://register.tiscali.fr/adsl/ (voir conditions sur le site) > > _______________________________________________ > 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 > -- Scott Duckworth