Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 67595 invoked from network); 8 Sep 2004 15:54:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Sep 2004 15:54:33 -0000 Received: (qmail 96640 invoked by uid 500); 8 Sep 2004 15:54:02 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 96620 invoked by uid 500); 8 Sep 2004 15:54:02 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 96606 invoked by uid 99); 8 Sep 2004 15:54:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [66.49.144.157] (HELO host12-server.com) (66.49.144.157) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Sep 2004 08:54:01 -0700 Received: from lqfhvaio ([198.212.148.168]) by host12-server.com (8.11.6/8.11.6) with SMTP id i88FrwF24795 for ; Wed, 8 Sep 2004 11:53:59 -0400 Message-ID: <099401c495bc$0de46a40$dd01dc0a@Corp.LaQuinta.com> From: "Filip Hanik - Dev" To: "Tomcat Users List" References: <413F2878.3060807@hbs.edu> Subject: Re: session replication slow/problems in 5.0.28 Date: Wed, 8 Sep 2004 10:53:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ok, you want to find out what is taking so long, are you storing megabyte size stuff in your session? The socket is timing out cause it is not receiving an acknowledgement from the other server. Also, what OS and JDK are you on, if you are on linux, you will need to set LD_ASSUME_KERNEL=2.4 because of known NIO issues Filip ----- Original Message ----- From: "Joachim Martin" To: Sent: Wednesday, September 08, 2004 10:42 AM Subject: session replication slow/problems in 5.0.28 Hello, I have successfully gotten replication working. However, every 5-10 hits or so, the request takes forever, and I see the following in the log: Sep 8, 2004 11:33:38 AM org.apache.catalina.cluster.tcp.SocketSender waitForAck WARNING: Wasn't able to read acknowledgement from server[/x.x.x.x:56831] in 15000 ms. Disconnecting socket, and trying again. Is there a fix or workaround for this? Thanks --Joachim --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org