On Mon, 20 Aug 2001, Matt Cleveland wrote:

> For performance reasons, I am attempting to
> 1. construct a digester
> 2. configure it with a lot of rules
> 3. parse a document
> 4. parse another document
> 
> I am not trying to utilize a single parser instance from multiple
> threads at the same time.  The most expensive part of parsing our
> documents with the digester is setting up the rules, so I'd like to
> only have to do that once.
> 

Matt, I just checked in a patch for this.  Could you try it with the
current code from CVS?

Craig

Reply via email to