Sounds like a job for a standalone app that accepts messages.

Bob S


On Oct 2, 2015, at 19:40 , Mike Bonner 
<bonnm...@gmail.com<mailto:bonnm...@gmail.com>> wrote:

Probably the easiest way would be to have a send loop running, and see if
any jobs (whatever you want to call it) are due yet.  If you keep the jobs
sorted you can check the next one in queue, and if its not time for it to
fire yet, none of them are, so loop.   If it IS time, keep checking the
list until you hit a job that isn't due yet. then loop again.


On Fri, Oct 2, 2015 at 8:27 PM, Mike Kerner 
<mikeker...@roadrunner.com<mailto:mikeker...@roadrunner.com>>
wrote:

oh, wow.  Sorry, Bob, that wasn't what I meant.  I meant scheduling
messages like as in pendingMessages, like a CRON subsystem

_______________________________________________
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