in reply to Re^3: multiple infinitive loops
in thread multiple infinitive loops

yes, but I don't want it to timeout because its a critical thing to keep on monitoring the processes

Oscar

Replies are listed 'Best First'.
Re^5: multiple infinitive loops
by ikegami (Patriarch) on Oct 06, 2004 at 17:19 UTC
    It depends on how NextEvent works. If it just gets something from a queue (likely), you won't lose anything. It'll just get the event the next pass through the loop.