[Zope-dev] still segfaults, this time no ZMySQLDA
Dieter Maurer
dieter@handshake.de
Wed, 27 Feb 2002 20:21:06 +0100
Leonardo Rochael Almeida writes:
> ...
> I'm still looking for a way to recompile them all without
> sending the machine (1GiB physical RAM) into a swap storm which would
> ultimately crash Zope or the machine and keep it from commiting the
> transaction that caused all the trouble in the first place (one of these
> days I'll refactor the subtransaction code out of the ZCatalog and into
> a ZopeFind that will accept an action parameter, along with a
> subtransaction one, to perform these kinds of global maintenance in a
> reasonable way).
You may commit the transaction after several recompilations (as you
suggest). You can see how to do this in e.g. "emulateRedirect" at
<http://www.dieter.handshake.de/pyprojects/zope>
Dieter