From: skaller <skaller@users.sourceforge.net>
To: Anastasia Gornostaeva <ermine@ermine.pp.ru>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] unix.select + camlp4
Date: Mon, 02 Jul 2007 12:10:34 +1000 [thread overview]
Message-ID: <1183342234.15100.6.camel@rosella.wigram> (raw)
In-Reply-To: <20070701210125.GB4434@ermine.home>
On Mon, 2007-07-02 at 01:01 +0400, Anastasia Gornostaeva wrote:
> On Sun, Jul 01, 2007 at 09:37:46PM +0100, Jon Harrop wrote:
> I dont understand: Try:
> 1) It receives "1-2+3*" and parses it.
> 2) Later it receives "4" and continues parsing.
>
> I want to get non-blocking parser. How to implement?
Put the parser in a thread, select in another thread.
Use Stream.from f for the parser. Write f to get characters
using the Event module, send the characters from the other thread
after select makes a channel active.
--
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net
next prev parent reply other threads:[~2007-07-02 2:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-01 20:30 Anastasia Gornostaeva
2007-07-01 20:37 ` [Caml-list] " Jon Harrop
2007-07-01 21:01 ` Anastasia Gornostaeva
2007-07-02 2:10 ` skaller [this message]
2007-07-02 10:06 ` Phd position at LACL, University of Paris 12 Frédéric Gava
2007-07-02 15:39 ` [Caml-list] unix.select + camlp4 Anastasia Gornostaeva
2007-07-02 16:44 ` skaller
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=1183342234.15100.6.camel@rosella.wigram \
--to=skaller@users.sourceforge.net \
--cc=caml-list@inria.fr \
--cc=ermine@ermine.pp.ru \
/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