Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 90180 invoked from network); 27 Feb 2003 14:52:58 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 27 Feb 2003 14:52:58 -0000 Received: (qmail 2566 invoked by uid 97); 27 Feb 2003 14:54:34 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 2558 invoked from network); 27 Feb 2003 14:54:33 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 27 Feb 2003 14:54:33 -0000 Received: (qmail 89333 invoked by uid 500); 27 Feb 2003 14:52:46 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 89318 invoked from network); 27 Feb 2003 14:52:45 -0000 Received: from main.gmane.org (80.91.224.249) by daedalus.apache.org with SMTP; 27 Feb 2003 14:52:45 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18oPOe-00016m-00 for ; Thu, 27 Feb 2003 15:52:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: tomcat-dev@jakarta.apache.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18oPOd-00016c-00 for ; Thu, 27 Feb 2003 15:52:27 +0100 From: =?ISO-8859-1?Q?Sven_K=F6hler?= Subject: Re: socket errors in catalina.out and mod_jk.log Date: Thu, 27 Feb 2003 15:50:56 +0100 Lines: 22 Message-ID: References: <3E5C9554.70109@apache.org> <3E5DF454.3050408@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@main.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en, de In-Reply-To: <3E5DF454.3050408@apache.org> Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >> read-error should not happen, as mod_jk could send a quit-paket or >> something (analog to the ftp-protocol) > > read-error happen BECAUSE APACHE HTTPD server close client > when it recycle them. i hoped, you would react on this one. i'm not very much into apache httpd's internals, but i guess, that a child isn't just killed, but notified to terminate itself (OK, perhaps a kill-signal is used), but the question is, if mod_jk is called when a child exits/gets killed. if mod_jk can catch this case, it should gracefully close the connection (like quit-command in FTP-protocol), so tomcat knows, that everything is OK. i know, that apache kills and spawns new child every now and than, but as this is normal, this should be handled more gracefully. i cannot supply you with a patch, because i'm not that good in writing apache-modules (in fact, i never did that before, and i didn't write any C/C++ for some years now) --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org