octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47843] fork implementation on native windows


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #47843] fork implementation on native windows
Date: Thu, 05 May 2016 07:57:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1

Follow-up Comment #10, bug #47843 (project octave):

There are threads, of course. But to use threads for arbitrary user code,
there would have to be changes in Octave. You probably know much better than
me that these changes would be considerable.

If you want to do parallel computing for arbitrary user code with a _package_,
with the current state of Octave, I think some pendent to fork is necessary:
You want to have all user-variables of the parent available in the child, but
you don't want all user-variables of the parent over-writable by a child.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47843>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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