---- sir shz <[EMAIL PROTECTED]> wrote: > Thanks Rob, but then what is the time-slice for? I thought POE provides the > time-slicing > as in a typical operating system (collaborative or pre-emptive > multi-tasking?). Are you saying that if > an event handler is blocking (either CPU or IO), POE wont' pause it to > handle other events? like magic?
POE provides cooperative multitasking, not pre-emptive multitasking. You have to play nice with others. :)
