From: Likai Liu <liulk@bu.edu>
To: Xavier Leroy <xavier.leroy@inria.fr>
Cc: caml-list@inria.fr, Likai Liu <liulk@bu.edu>
Subject: Re: [Caml-list] PortAudio on ocaml
Date: Wed, 16 Jul 2003 07:59:31 -0400 [thread overview]
Message-ID: <F5B3E8D7-B784-11D7-BB67-000393C43D24@bu.edu> (raw)
In-Reply-To: <20030716115544.A29200@pauillac.inria.fr>
On Wednesday, July 16, 2003, at 05:55 AM, Xavier Leroy wrote:
> That's the crux of the problem, indeed. I looked at the PortAudio
> tutorial and found this little gem:
>
> Your callback function is often called by an interrupt, or low level
> process so you should not do any complex system activities like
> allocating memory, or reading or writing files, or printf(). Just
> crunch numbers and generate audio signals.
I'm giving a bit leeway on the activities that allocate memory, since
most of the time it's just manipulation of some data structure in
memory. Granted, it might cause hard-disk activity every once in a
while for thrashing, but even simple memory access could cause this
too. Also, note that the restriction is tight on some platforms but not
so tight on others. I was hoping at least this would work on these not
so stringent systems. However, I think invoking system calls that block
the callback for possibly unspecified amount of time is the forbidden
game.
I think garbage collection inside the callback is probably okay, if it
doesn't do other fancy things, such as dispatching signals or influence
thread scheduling. What does O'Caml runtime do during garbage
collection?
> - Event loops (register Caml callbacks, then enter a library-provider
> event
> handler that will block and invoke the callbacks one at a time,
> but not from a signal or interrupt context).
That's also a possibility; does it play well with O'Caml Threads?
Thanks for the response.
liulk
-------------------
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
next prev parent reply other threads:[~2003-07-16 12:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-14 20:55 Likai Liu
2003-07-15 0:37 ` SooHyoung Oh
2003-07-15 2:12 ` Likai Liu
2003-07-16 9:55 ` Xavier Leroy
2003-07-16 11:59 ` Likai Liu [this message]
2003-07-16 16:57 ` Damien Doligez
2003-07-16 17:46 ` Likai Liu
2003-07-18 13:32 ` Damien Doligez
2003-07-19 13:37 ` Likai Liu
2003-07-22 11:17 ` Damien Doligez
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=F5B3E8D7-B784-11D7-BB67-000393C43D24@bu.edu \
--to=liulk@bu.edu \
--cc=caml-list@inria.fr \
--cc=xavier.leroy@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