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