History log of /dovecot/src/indexer/worker-pool.h
Revision Date Author Comments Expand
df26373d0aa3cb208da213fce32e2abc5d97f90b 14-Aug-2011 Timo Sirainen <tss@iki.fi>

indexer: Don't die on "idle kill signal" if workers are still busy.

d9e404180ff26dbbaea68534a5f176765022b76b 27-Jun-2011 Timo Sirainen <tss@iki.fi>

Added "indexer" service, which uses worker processes to perform queued mailbox indexing. Only a single worker process will index the same user at the same time. This avoids lock waits, especially when doing full text search indexing with backends that require locking.