----- Original Message ----- From: "Costin Manolache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 12, 2004 11:03 AM Subject: Re: Mod_Jk2 - Default Worker
Henri Gomez wrote:
Well, if we didn't get the POST somewhere on the WebServer, and if the tomcat failed to respond, we couldn't resent the whole POST to the second one.
If we get the first bytes ( but not the entire POST ), we can still save them, and if the first tomcat fails - resend it. When a tomcat responds - it can ask for more bytes.
If a tomcat is failing in the middle of the processing - it's better to report the error and not try to recover.
+1. If tomcat has already gotten the body, and then dies, if you attempt to recover you will have charged the user's credit card twice :).
Such problem should be handled at the application side, not by the connector.
BTW, I hardcoded my boss credit card for the second request :-)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]