On Sat, Sep 29, 2012 at 3:09 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:


> Simple question: is it safe (or even possible) to perform inserts from
> multiple threads using one or more tree view objects created using the
> newTreeView method and referring to the same resource ID?
>

It should be possible, I'd say try it and see what happens.

There is only one underlying tree-view control, even if you do
newTreeView() several times on different threads.  I would think the order
of the items in the tree-view is going to be non-deterministic if you are
inserting items from different threads, but other than that I wouldn't
expect a problem.

--
Mark Miesfeld
------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to