Re: Is there a Way to halt or stop for some second - WeOnlyDo Discussion board

Re: Is there a Way to halt or stop for some second (General questions)

by wodSupport, Friday, January 13, 2006, 21:48 (6888 days ago) @ mk_saiprasad

Sai,

not sure what you're trying to do, or do you use blocking mode. If you use blocking mode, why don't you use loop like this[code]d = now
while now - d < 5 seconds
doevents
wend
[/code]or something similar to that? This will allow wodTelnetDLX to work and process messages, and still will wait limited time?

Kreso


Complete thread: