Groove Programming Tips & Tricks : Techniques to develop better tools in Groove
Updated: 1/21/2005; 10:19:45 AM.

 








Subscribe to "Groove Programming Tips & Tricks" in Radio UserLand.

Click to see the XML version of this web page.

 
 

Friday, September 27, 2002

Don't use JavaScript classes/objects for storage in ScriptFreeThreadedComponents

Any objects that are allocated by calling the "new" operator have thread affinity - this means that if the thread 1 creates an instance of a JavaScript class, only thread 1 can access/use it.  Instead use shared object tables for scalar types or COM objects implemented in script when instance method invocation is required.
8:50:03 AM    comment []

© Copyright 2005 Paresh Suthar.



Click here to visit the Radio UserLand website.
 


September 2002
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
Aug   Nov