Hi all, perhaps a question, where I shouldn't have to think about, because it works, but I would like to know what happens behind the scenes.
I have a repeat loop and send a message to another handler from within the repeat loop with parameters, which change every loop. If using a function call instead of the message, the main handler would wait until the function returns back, but when sending a message, the loop is running on. So what happens now, if the sub handler takes "much longer" as the main handler and the loop turns hundred of times. Will all the send messages to the sub handler with the changed parameters kept in the messagequeue safely and being processed, even after the main handler has finished already? Are there any limitations in message numbers or size of this messagequeue? Thanks for sharing Tiemo _______________________________________________ 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
