paperlined.org
dev > perl
document updated 16 years ago, on Dec 25, 2007
Sometimes I have a task that needs to run for a long time (hours or days), I want to be able to tolerate reboots/process restarts, and I may even want it to run across a distributed network.

The way to implement this frequently seems to be: an asynchronous persistent job queue.

Similar to

Modules

Implementations

Terminology