batch.queue.inc

Version 1.2 (checked in on 2010/12/01 at 00:21:02 by webchick)

Queue handlers used by the Batch API.

Those implementations:

  • ensure FIFO ordering,
  • let an item be repeatedly claimed until it is actually deleted (no notion of lease time or 'expire' date), to allow multipass operations.

Classes

NameDescription
BatchMemoryQueueBatch queue implementation used for non-progressive batches.
BatchQueueBatch queue implementation.