On 7/9/07 5:57 PM, "David Bovill" <[EMAIL PROTECTED]> wrote:
> Ken - what you suggest works... > > but does wait with messages or wait for messages actually work? I have never > got it working - nor have I seen any example scripts with it working - and > the docs etc all point to doing it "another way" :) > Yes, it works. I use it in several of my apps the run a looping process throughout the day while receiving packets from other sources, including some of my other apps. The incoming packets have no timing loop (thus are asynchonous) and yet are mostly all vital, therefore cannot be missed (sometimes an app can receive 3-10 packets in less than a second). They need to be processed as quickly as they are received, so the 'with messages' is essential. Further, I also allow a user to interact with the app to change settings, interfaces, etc.. so again, "with messages" is essential. Jim Ault Las Vegas _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
