| |
 |
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
|
|
© Copyright 2005 Paresh Suthar.
|
|
|
|
| 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 |
|
|