octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Threadsafe octave patch


From: John W. Eaton
Subject: Re: Threadsafe octave patch
Date: Mon, 20 Nov 2006 20:24:05 -0500

On 20-Nov-2006, John Swensen wrote:

| Sure! That would be much better.  Now I need a little help determining 
| the locations in the code to "lock" Octave.

I'm no threads expert (to me, threads were the cool clothes people
were wearing in the seventies) but I think you want to prevent
multiple threads from simultaneously accessing global data or calling
non-reentrant functions.  There are quite a few of these kinds of
objects in Octave.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]