Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

There is a need to schedule events and tasks within the server. We will use Quartz to do this.

Quartz: What is it?

Quartz is a neat embeddable scheduler that we can use to trigger events.

Nice Article on Quartz

Why do we need it?

ApacheDS needs to schedule certain jobs for execution periodically. Mitosis needs it to purge the replication log and to delete old tomestoned entries. Furthermore mitosis needs a scheduler to manage sophisticated replication schedules for replication groups.

...