help-octave
[Top][All Lists]
Advanced

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

Re: embedding Octave in C++ and multithreading


From: Jordi Gutiérrez Hermoso
Subject: Re: embedding Octave in C++ and multithreading
Date: Fri, 12 Mar 2010 00:39:34 -0600

On 11 March 2010 11:42, Conoscenza Silente
<address@hidden> wrote:
> Do you know if calling Octave scripts with feval FROM
> different threads might cause any issue to my application?

Most likely, yes.

Almost all of Octave's code has no expectations of concurrency, unless
this has radically changed recently and I didn't notice. Recent
graphics backend is the one exception I can think of.

You might get away with serialising any libctave calls from your own
code, but I really don't want to recommend that.


reply via email to

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