|
From: | John W. Eaton |
Subject: | [Octave-patch-tracker] [patch #8016] GUI <--> interpreter threading issues - prototype octave_value_list transfer |
Date: | Sun, 19 Jan 2020 17:54:34 -0500 (EST) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Follow-up Comment #13, patch #8016 (project octave): Using reference counting for objects that are used in multiple threads is no problem if you ensure that any operations on the reference count or the data that they protect is handled in a thread-safe way. I believe that we are passing objects and invoking interpreter functions from the GUI (or GUI functions from the interpreter) in thread-safe ways. If not, then please report specific bugs. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/patch/?8016> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |