Re: Timer
> Wow, that must make your scripts so much more interesting to debug ;)
:o) I suppose it depends how you use it. It's implemented using event
processing, so nothing really happens concurrently, even on SMP boxes. So
it's not as confusing as it could be with a threaded model.
> Wow, that must make your scripts so much more interesting to debug ;)
:o) I suppose it depends how you use it. It's implemented using event
processing, so nothing really happens concurrently, even on SMP boxes. So
it's not as confusing as it could be with a threaded model.
Comment