Re: outputstream.flush() hangs at 32K

2005-10-29 Thread Daniel
Wrap it in a BufferedOutputStream - Original Message - From: "Daniel" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, October 27, 2005 5:03 PM Subject: outputstream.flush() hangs at 32K I have a servlet on TC 5.5.9 that services a page with

outputstream.flush() hangs at 32K

2005-10-27 Thread Daniel
I have a servlet on TC 5.5.9 that services a page with applet content that will reguire three GETs to complete the page 1) basic page, 2) applet jar and 3)image. The basic page GETs served OK and the browser comes back with a GET to request the JAR file which is modestly large (150K) so I attem