Re: Why every GOOP "Get Data to Modify" is set as reentrant?

2004-04-08 Thread pawel
Hello Mattias Thank you very much. That was the perfect explanation. BTW: Actually I still can not decide to buy GOOP 3. I am so happy (and bussy) with 2.0.2 that I am not forced to go for 3. kind regards Pawel

Why every GOOP "Get Data to Modify" is set as reentrant?

2004-04-08 Thread pawel
Hello All I found out that in every GOOP programs like e.g. "report generation" the vi "Get Data to Modify" is set as reentrant. Can somebody explain to me why it is so? thanks Pawel

Re: Why every GOOP "Get Data to Modify" is set as reentrant?

2004-04-08 Thread Mattias Ericsson
Hi Pawel, The reason for the "Get Data Modify.vi" to be reentrant is that if you for example have two parallel executing VI which both tries to access and lock the attributes of the same object, one will successfully lock the attributes and continue execution. The other VI will be forced to wait u