I am developing an application where a Domino agent will be scheduled to run, either once, or on a regular basis. What that agent will need to do when it runs is notify a SRVPGM (running as a Domino task) that it is time to start doing it’s job.
Can someone tell me how the agent can notify the SRVPGM that it should start and what the SRVPGM should look for to determine when it is time to run (I’m presuming it will be sleeping in a unending loop waking up every so often to check if it should do actual work)? Thank you.