by Roger Parkinson >> Sat, 7 Aug 1999 5:42:28 GMT
Understandably you cannot do a doWindowsEvents() call in a server app. So what do you do when you want the server to wait for notifications? process.sleep() doesn't receive notifications (last time I tried it). Going into a tight loop seems like a performance hit (I might have a dozen of these things whirling around). So what do you do?
Roger