Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>:
> Logging messages in some other environments -- and even Tomcat 3.x IIRC
> -- are
> actually written out by a background thread, rather than the main
> request-processing thread (as it currently is with Catalina, or at least
> it was
> last time I looked :-).  Have you thought about implementing such a
> thing?

Actually, I was about to propose that we add asynchronous logging :)

> If we go that way, some thought might be spent on perhaps consolidating
> background writing for all Loggers into some number of threads less than
> the
> total number of loggers -- to improve scalability in large
> installations.

Remy

Reply via email to