caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Christophe Raffalli <Christophe.Raffalli@univ-savoie.fr>
To: David Brown <caml-list@davidb.org>
Subject: Re: [Caml-list] Scheduling thread problem kernel 2.6
Date: Wed, 14 Apr 2004 07:58:53 +0200	[thread overview]
Message-ID: <407CD31D.5080001@univ-savoie.fr> (raw)
In-Reply-To: <20040413194854.GB27613@davidb.org>

[-- Attachment #1: Type: text/plain, Size: 1488 bytes --]

David Brown wrote:
> On Tue, Apr 13, 2004 at 09:57:35AM +0200, Christophe Raffalli wrote:
> 
>>Message posted to comp.os.linux.misc and caml-list.
>>
>>I am having a scheduling problem with a Caml program that uses two threads:
>>- one CPU intensive thread
>>- one interface thread (using Glut + OpenGL) and often doing nothing
> 
> 
> What wrappers are you using to call to the interface.  Are there any
> blocking calls in it?  You might check the wrappers to these calls to
> make sure that they call enter_blocking_section, and
> leave_blocking_section.  Otherwise, the entire ocaml runtime will be
> blocked.

I do not understand ? First I launch the interface thread from Caml with
Thread.create and the interface thread calls Glut.main_loop which never 
ends (except when the program terminates). This main loop call some Caml 
functions.

The interface thread (which is the main thread) is affected a lot may be 
because the main_loop sleep while retaining a mutex blocking the 
computing thread. This is hat you mean ?

> Dave

-- 
Christophe Raffalli
Université de Savoie
Batiment Le Chablais, bureau 21
73376 Le Bourget-du-Lac Cedex

tél: (33) 4 79 75 81 03
fax: (33) 4 79 75 87 42
mail: Christophe.Raffalli@univ-savoie.fr
www: http://www.lama.univ-savoie.fr/~RAFFALLI
---------------------------------------------
IMPORTANT: this mail is signed using PGP/MIME
At least Enigmail/Mozilla, mutt or evolution
can check this signature
---------------------------------------------

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

  reply	other threads:[~2004-04-14  5:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-13  7:57 Christophe Raffalli
2004-04-13 19:48 ` David Brown
2004-04-14  5:58   ` Christophe Raffalli [this message]
2004-04-14  8:11     ` Daniel Bünzli
2004-04-14  9:21       ` Christophe Raffalli
2004-04-14 11:46         ` Daniel Bünzli

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=407CD31D.5080001@univ-savoie.fr \
    --to=christophe.raffalli@univ-savoie.fr \
    --cc=caml-list@davidb.org \
    /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).