06-05-2008 10:12 AM
06-05-2008 10:39 AM
I think you need a reentrant functional global.
Just make sure you check the "Preallocate clone for each instance"
06-05-2008 11:12 AM
06-05-2008 10:55 PM
May I know where is the setting for "Preallocate clone for each instance"
I want to call and generate a function global and finally close it dymatically everytime. How to make it? How to get the reference of the function global?
And in each thread, the same function global should be used.
06-05-2008 11:01 PM
06-06-2008 06:44 AM - edited 06-06-2008 06:45 AM

06-06-2008 07:32 AM
JeffOverton wrote:
The advantage here is that you can assign one FG to a specific thread just by passing the reference through and using the call by reference node.
06-06-2008 07:38 AM
06-06-2008 07:54 AM
06-06-2008 08:03 AM