caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Frank Rehberger <Frank.Rehberger@web.de>
To: caml-list@inria.fr
Subject: [Caml-list] Port/Streams-Channels?
Date: 13 Feb 2002 14:30:05 +0100	[thread overview]
Message-ID: <1013607007.1553.25.camel@papaya.casa.de> (raw)

Hello,

I am  a newby at CAML, looking for language features for
inter-thread/process communication as I know them from Mozart-OZ. 
In Mozart-OZ one can define a Port/Stream with expression 
{NewPort ?Stream ?Prt}

Reading a stream means iterating a list like

for M in Stream do {Foo M} end

Sending along the stream is done by {Send Prt Mesg} that appends a
message with constant costs at the end of the stream/list. 

* How do you realize Streams between threads for data-exchange in CAML?

* Can I use those Streams for inter-process communication on the same
machine or network-wide?

Regards, Frank
 
-- 
-------------------------------------------------
 Frank.Rehberger at acm.org
-------------------------------------------------
 The Twelve Networking Truths 
 http://www.ietf.org/rfc/rfc1925.txt?number=1925
-------------------------------------------------
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


                 reply	other threads:[~2002-02-13 21:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1013607007.1553.25.camel@papaya.casa.de \
    --to=frank.rehberger@web.de \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).