Re: Faster resource servlet

2008-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Fisher wrote: | Incrementally try larger buffer sizes. Or, better yet, allow the buffer size to be configurable as deployment time as an init-param. | Also, | |> response.setContentLength( (int)file.length() ); | | May be expensive, se

Re: Faster resource servlet

2008-06-23 Thread David Fisher
w. Should I take something more into consideration? -- View this message in context: http://www.nabble.com/Faster-resource-servlet-tp18079759p18079759.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To

Faster resource servlet

2008-06-23 Thread Mathias P.W Nilsson
eption e) { //e.printStackTrace(); } } } Maybe I'm missing something but I think it is a little slow. Should I take something more into consideration? -- View this message in context: http://www.nabble.com/Faster-resource-servlet-tp18079759p18079759.htm