Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 16314 invoked from network); 23 Jul 2007 20:32:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2007 20:32:21 -0000 Received: (qmail 55114 invoked by uid 500); 23 Jul 2007 20:32:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 55083 invoked by uid 500); 23 Jul 2007 20:32:22 -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 55074 invoked by uid 99); 23 Jul 2007 20:32:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 13:32:21 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of anujbhargava.iiit@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 13:32:19 -0700 Received: by ug-out-1314.google.com with SMTP id a2so28659ugf for ; Mon, 23 Jul 2007 13:31:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=RI4rWUtPko7hYO3ed/HneMPlzZODNgw1Uzn3cwftGIBi6nFVwMb1rW8ArqKs7doTlwW1fUVx4LmUmm1oMSUtTubwHdV7vYw5QV/2iswHHfG+6Mb5mEb/yW773B49RfFL+CqnDlsLH8zuiIWIEn/xjKkUUJ6ox92DaAtnXWEXR8E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qs5r55BmNUftiAOlWr3Ai0sj16p/YzOp6F8Jv1OTnQ53bN7V/a733MXK9mbDf54RkIm6kt/5Bwp/Bw8K1ZS5VL6gxJ+wzwelcxo0J/24FZc5J4FXW8wGjHKdDPDcRBzCnJ/7VX0QLr7rZWNtS1Smw0GUgnbPiSdanu2+Ol1hO7U= Received: by 10.66.220.12 with SMTP id s12mr92681ugg.1185222718660; Mon, 23 Jul 2007 13:31:58 -0700 (PDT) Received: by 10.66.245.20 with HTTP; Mon, 23 Jul 2007 13:31:58 -0700 (PDT) Message-ID: <1664c06c0707231331i511b4e84t7a7405020d397db5@mail.gmail.com> Date: Tue, 24 Jul 2007 02:01:58 +0530 From: "anuj bhargava" To: derby-dev@db.apache.org Subject: Reg: tracing of derby functioning MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19330_17297238.1185222718622" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19330_17297238.1185222718622 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello I am Anuj and I am working on my final year project for which i need to understand internals of derby specially locking. I have gone through transaction and lock modules in derby. but i still didn't get it fully. Is there any way or tool to trace functioning of derby like when a transaction comes, which function is used to form query tree and then optimization , and then how it interacts with lock manager like what type of lock it gets, which function is used to release locks and then commit transaction, where updated values before and after updatation are stored if transaction is update one. Thx in anticipation Anuj ------=_Part_19330_17297238.1185222718622 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello
I am Anuj and I am working on my final year project for which  i need to understand internals of derby specially locking. I have gone through transaction and lock modules in derby. but i still didn't get it fully.
Is there any way or tool  to trace functioning of derby like when a transaction comes, which function is used to form query tree and then optimization , and then how it interacts with lock manager like what type of lock it gets, which function is used to release locks and then commit transaction, where updated values before and after  updatation are stored if transaction is update one.

Thx in anticipation
Anuj

------=_Part_19330_17297238.1185222718622--