Option for auto-processing?
Posted: Thu Jan 03, 2013 7:25 am
I'm hosting my solution on pointinspace and I don't have direct access to FM Server. I'm sure they can install a server script schedule for me, but would it work just as well if I add an "Install OnTimer Script" step (to run the Auto Processing script) within GZH's "On Connection From Mobile" script?
I assume I could put that step between the Perform Startup step and the Exit Script step.
Or would there be a better place to trigger that? I just want a way for GZH to know to run the auto processing script every minute or so - ideally without needing access to FM Server.
Thanks,
Lee
PS - I haven't used Install OnTimer before, and it occurred to me that if that ran every time there was a mobile connection, it might generate multiple schedules that would eventually create a problem. So I guess I'd wrap it in an If that would test for a global variable like $$auto and set it to 1 once the Install OnTimer had ever run. What do you think?
I assume I could put that step between the Perform Startup step and the Exit Script step.
Or would there be a better place to trigger that? I just want a way for GZH to know to run the auto processing script every minute or so - ideally without needing access to FM Server.
Thanks,
Lee
PS - I haven't used Install OnTimer before, and it occurred to me that if that ran every time there was a mobile connection, it might generate multiple schedules that would eventually create a problem. So I guess I'd wrap it in an If that would test for a global variable like $$auto and set it to 1 once the Install OnTimer had ever run. What do you think?