https://issues.apache.org/bugzilla/show_bug.cgi?id=46264

--- Comment #16 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-10-11 
20:32:53 UTC ---
(In reply to comment #15)
> There is a new Digester release (3.0), but I have no idea whether it would
> significantly improve speed

>From threading point of view it is still the same: Rule, Digester and xml
parser are usable in a single thread at once only. I do not think that xml
parsers can be multi-threaded.

There is new API to declare a factory that creates sets of rules
(binder.RulesModule), but we already do something similar, e.g.
WebRuleSet#addRuleInstances().

Digester 3.0 release notes:
http://commons.apache.org/digester/commons-digester-3.0/RELEASE-NOTES.txt

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to