-
Servoy Server
-
Batchprocessor1 (Client)
- Cronjobs running in client memory
- BatchProcessor2
- SCD (module
- startUpScript
- schedule_jobs(table)
- scheduler plugin
- GUI for controlling all jobs
-
batchProcessor1
-
onOpenSolution
-
find all records with label "batchprocessor1"
-
goto SCD module and start script resetScheduler();
- resetScheduler
- 1)remove all cronjobs from memory
- 2) loop records and push information back into the memory of batchprocessor1 (do this with plugin.scheduler)