Slide 26
Slide 26 text
On certain platforms, when a Resque
worker reserves a job it immediately forks
a child process.
The child processes the job then exits.
When the child has exited successfully,
the worker reserves another job and
repeats the process.