Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 22123 invoked from network); 17 Aug 2005 00:29:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2005 00:29:02 -0000 Received: (qmail 55355 invoked by uid 500); 17 Aug 2005 00:28:59 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 54856 invoked by uid 500); 17 Aug 2005 00:28:56 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 54840 invoked by uid 99); 17 Aug 2005 00:28:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 17:28:56 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 25048E3 for ; Wed, 17 Aug 2005 02:28:55 +0200 (CEST) Message-ID: <662607215.1124238535150.JavaMail.jira@ajax.apache.org> Date: Wed, 17 Aug 2005 02:28:55 +0200 (CEST) From: "Mike Matrigali (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-293) Correlate client connection with embedded connection In-Reply-To: <71362623.1116276726286.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-293?page=all ] Mike Matrigali updated DERBY-293: --------------------------------- Component: JDBC > Correlate client connection with embedded connection > ---------------------------------------------------- > > Key: DERBY-293 > URL: http://issues.apache.org/jira/browse/DERBY-293 > Project: Derby > Type: Improvement > Components: Network Server > Versions: 10.1.1.0 > Environment: N/A > Reporter: David Van Couvering > Priority: Minor > Fix For: 10.2.0.0 > > There should be a way for someone to correlate a given embedded connection with its matching network client connection, if such a client connection exists. > See > http://article.gmane.org/gmane.comp.apache.db.derby.devel/3748 > and > http://article.gmane.org/gmane.comp.apache.db.derby.devel/3942 > for some background info on how to get useful information out of the DRDA protocol > stream to accomplish this. > This could be done either by modifying the toString() method of an embedded > connection to show its associated network client connection information or (my > preference) include this information in the proposed Connection VTI (see DERBY-292). I am worried that if we use toString() for this, the output will be overly long and complicated; also, over a period of time the same embedded connection may be associated with multiple client connections, resulting in a changing toString() value for the embedded connection. This seems problematic if we are intending toString() to uniquely identify a connection for the lifetime of the connection -- this would be a good goal to have as it would enable us to do some useful debugging using the VTIs. -- 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