Uwe,

You wrote:

...1. Those reentrant daemons have a non-reentrant subvi as a LV2-style
global. Will this LV2Global run just in one instance as expected, e.g. can
I rely on its display?

A non-reentrant subVI behaves normally even when called by a reentrant subVI. While the reentrant subVIs can run in parallel, any portions data dependent on the non-reentrant subVI will be serialized. This can be used to protect resources from multiple simultaneous access, for instance. Its panel display is reliable.


...3. If, as in my case, a reentrant daemon does not stop as expected, is
there a save way to shut it down?

How about the OpenG Kill All VIs tool.


--
        EnWirementally,
        Paul F. Sullivan

----------------------------------------------------

        SULLutions              (781)769-6869
        "when a single discipline is not enough"

visit http://www.SULLutions.com

----------------------------------------------------




Reply via email to