Difference between revisions of "Talk:Reference Variables"
Jump to navigation
Jump to search
Follow-up on script race conditions reply.
imported>Kkuhlmann |
imported>Tegid (Follow-up on script race conditions reply.) |
||
Line 5: | Line 5: | ||
I'm not sure what you mean by "race conditions in scripts". Script processing is threaded, however, so several scripts can be processed simulataneously, if that's what you're referring to. --[[User:Kkuhlmann|Kkuhlmann]] 08:02, 25 April 2006 (EDT) | I'm not sure what you mean by "race conditions in scripts". Script processing is threaded, however, so several scripts can be processed simulataneously, if that's what you're referring to. --[[User:Kkuhlmann|Kkuhlmann]] 08:02, 25 April 2006 (EDT) | ||
That's what I mean. So two scripts can be running simultaneously both of them operate on the same persistent data, we can have data races. Do you run blocks of scripts together (ie, do you split the scripts into separate threads on groups of 16 scripts (or 32)) I ask that because things work correctly, reliably with 16 new objects, but with 18 (I create two at a time) things stop working reliably (they more reliably fail to work). --[[User:Tegid|Tegid]] 09:16, 25 April 2006 (EDT) |