<tt><font size=2>> I forgot to disable the Auditor. So it was used
before outputting <br>
> the signed zones. This locked all of the worker threads and the <br>
> auditor just eat up memory and CPU.</font></tt>
<br>
<br><tt><font size=2>Currently, one instance of the auditor is started
per zone by the signer engine. This results in a new Ruby VM for each zone.</font></tt>
<br>
<br><tt><font size=2>The auditor was written to audit all the zones in
the zonelist.xml (sequentially) in one Ruby VM. I'd have thought that this
would help the resource problem quite considerably.</font></tt>
<br>
<br><tt><font size=2>I'm not sure how easy it would be to change the system
to call the auditor on a batch of zones (rather than on single zones).</font></tt>
<br>
<br>
<br><tt><font size=2>Alex.</font></tt>