Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 35511 invoked from network); 8 Dec 2006 10:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 10:18:42 -0000 Received: (qmail 42990 invoked by uid 500); 8 Dec 2006 10:18:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 42963 invoked by uid 500); 8 Dec 2006 10:18:50 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 42954 invoked by uid 99); 8 Dec 2006 10:18:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 02:18:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 02:18:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B89567142FA for ; Fri, 8 Dec 2006 02:18:21 -0800 (PST) Message-ID: <16965541.1165573101753.JavaMail.jira@brutus> Date: Fri, 8 Dec 2006 02:18:21 -0800 (PST) From: "Bernt M. Johnsen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2166) Implement proper handling of SoecketTimeoutException in DRDAConnThread In-Reply-To: <14278190.1165572980969.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/DERBY-2166?page=comments#action_12456755 ] Bernt M. Johnsen commented on DERBY-2166: ----------------------------------------- SocketTimeoutException was introduced in JDK 1.4 > Implement proper handling of SoecketTimeoutException in DRDAConnThread > ---------------------------------------------------------------------- > > Key: DERBY-2166 > URL: http://issues.apache.org/jira/browse/DERBY-2166 > Project: Derby > Issue Type: Improvement > Reporter: Bernt M. Johnsen > > A timeout is set on the session socket (ClientThread) but the SocketTimeoutException is not taken care of. Connections is therefore closed down if derby.drda.timeSlice is set and the client idles longer then the timeslice. See DERBY-1856 for more details. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira