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

--- Comment #6 from Mark Thomas <ma...@apache.org> 2011-10-10 12:22:04 UTC ---
The amount of time spend in the sendRedirect code is likely to be only a small
proportion of the overall request time but there are lots of places where URIs
are manipulated in the Tomcat codebase. Switching all of them to URI is very
likely to impact performance.

If you want to argue for this change then you'll need to present some hard
numbers to the dev list (that cover both request processing time and GC) that
show that there is no noticeable impact in making this change.

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