caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Likai Liu <liulk@bu.edu>
To: Damien Doligez <Damien.Doligez@inria.fr>
Cc: caml-list@inria.fr, Likai Liu <liulk@bu.edu>
Subject: Re: [Caml-list] PortAudio on ocaml
Date: Wed, 16 Jul 2003 13:46:14 -0400	[thread overview]
Message-ID: <652B2F34-B7B5-11D7-B208-000393C43D24@bu.edu> (raw)
In-Reply-To: <9368FA18-B7AE-11D7-8073-0003930FCE12@inria.fr>

is a "leave_blocking_section()" call enough to guarentee that?

liulk

On Wednesday, July 16, 2003, at 12:57  PM, Damien Doligez wrote:

>> 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?
>
> Garbage collection inside the callback is probably OK, if you can 
> guarantee
> that the callback does not occur during garbage collection, or any 
> other
> operation that assumes that memory doesn't move under its feet.
>
> -- Damien
>

-------------------
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


  reply	other threads:[~2003-07-16 17:47 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
2003-07-16 16:57     ` Damien Doligez
2003-07-16 17:46       ` Likai Liu [this message]
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=652B2F34-B7B5-11D7-B208-000393C43D24@bu.edu \
    --to=liulk@bu.edu \
    --cc=Damien.Doligez@inria.fr \
    --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).