Re: getting lock information

From: Himanshu Baweja <himanshubaweja(at)yahoo(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: getting lock information
Date: 2005-05-25 05:30:01
Message-ID: 20050525053001.71807.qmail@web51006.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hacking the backend... can u elaborate a little bit
more... i want to write a small utility which other
ppl can use to see when the locks are acquired etc
etc... so that they can optimise their application
using that information... in my application we have
have 4 processes doing almost the same thing ie they
do the same quey at exactly the same time... and if i
can the complete lock information... i can change the
application so that they dont have to wait for each
other....

thx
Himanshu

--- Neil Conway <neilc(at)samurai(dot)com> wrote:
> Himanshu Baweja wrote:
> > is there any other better way by which i can get a
> list of locks
> > acquired and waited for during entire run of my
> application
>
> Hacking the backend would be the easiest route, I
> think. Why do you need
> this information -- what are you trying to do?
>
> -Neil
>


__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/

Browse pgsql-general by date

  From Date Subject
Next Message Jerome Macaranas 2005-05-25 05:36:59 Re: Need input on postgres used for phpBB
Previous Message Neil Conway 2005-05-25 04:39:50 Re: getting lock information