Hi to all, I've got various questions for you, HTTP gurus, from the tomcat developpers : * We have a discussion on Tomcat list about time-out in http (1.0) connection. We used blocked read() which was a mistake. In apache httpd server we saw a default time-out to 300s. I think it's fine for http 1.1 connection with keep-alive but do you think a 15s timeout between 2 read (even of one byte) is suffisant in http 1.0 ? I agree that Tomcat must be behind Apache but many users insist using Tomcat native http 1.0 connector . * In mod_jk, we forward request from browser/apache to tomcat server. If the tomcat server is restarted during an HTTP upload, we can switch to an alternate tomcat, but what about the allready sent upload data ? Did we have a way to ask to browser (via Apache) to restart transmission or did Apache bufferize it somewhere ? Regards and thanks for your expert advice.
