in reply to Re: A script can change itself
in thread can a script change itself?
I learned one lesson in my intro to concurrency course: "Concurrency is hard." There are few, if any, concurrent debuggers in existance ( one grad student was working on one, with some limited success), and the very convenient rule that states "if I run the same program, with the same inputs, I'll get the same output" goes out the window, because other programs can interfere.
Avoid concurent programs when you can: when you can't, swear loudly and quadruple your delivery date.
--
Ytrew
|
|---|