Difference between revisions of "Talk:Reference Variables"
Jump to navigation
Jump to search
no edit summary
imported>Tegid (Reference variables appear to be variable within a single cell in sufficient quantities) |
imported>Kkuhlmann |
||
Line 3: | Line 3: | ||
On further testing, I see that the same code works perfectly sometimes and not others. Is it possible to hit race conditions in scripts? I assumed they would be linearly processed with no interruption. If that's not the case, then the errors I am getting virtually require that the references I have stored are variable and not fixed as I would expect. Almost nothing else describes this behavior. | On further testing, I see that the same code works perfectly sometimes and not others. Is it possible to hit race conditions in scripts? I assumed they would be linearly processed with no interruption. If that's not the case, then the errors I am getting virtually require that the references I have stored are variable and not fixed as I would expect. Almost nothing else describes this behavior. | ||
--[[User:Tegid|Tegid]] 00:16, 24 April 2006 (EDT) | --[[User:Tegid|Tegid]] 00:16, 24 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) |