[Catalog-sig] start on static generation, and caching - apache config.

"Martin v. Löwis" martin at v.loewis.de
Tue Jul 10 00:37:51 CEST 2007


> So no race condition.

What Phillip says: "the update code" has a race condition,
if multiple simultaneous updates occur.

My proposal is still to put a table into Postgres that lists
the pages to regenerate. The (single) update process would
lock this job table, clear it, release the lock, and start
generating; alternatively, multiple update process would each
lock the table, generate, then release the lock.

Regards,
Martin


More information about the Catalog-SIG mailing list