Hi Douglas and Jaquie.... thank you for your input..I have double checked
my code and indeed my loop is safe from overlapping messages....I've been
working with schedulers for a while...  still not sure what could be
causing it..but it doesn't seem to get out of hand and clears itself out
periodically and returns to its base consumption (assuming no input).

thanks again

On Sun, Jul 8, 2018 at 3:05 PM, J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 7/8/18 12:06 PM, Mike Bonner via use-livecode wrote:
>
>> Or alternatively, check the pendingmessages and only send if there is not
>> already a message for the handler in question in queue.
>>
>
> Like you, this is something I always do:
>
> if "myMsg" is not in the pendingMessages then
>   send "myMsg" to me in 250 milliseconds
> end if
>
> --
> Jacqueline Landman Gay         |     jac...@hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to