https://bz.apache.org/bugzilla/show_bug.cgi?id=63237

--- Comment #2 from Phillip Webb <pw...@pivotal.io> ---
@Remy

> I have not tried to measure the time and resource costs of this parsing

The only evidence I have currently are profiling results that appear to
indicate the SAX parser taking a chunk of time during startup. I imagine for
most standalone Tomcat users, this isn't really an issue. For users of embedded
Tomcat, these little optimizations can really help.

Anecdotally, I have implemented similar performance tweaks previously by
replacing logback XML parsing with programmatic configuration [1].

[1] https://github.com/spring-projects/spring-boot/issues/1796

-- 
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