Re: getting lock information - Mailing list pgsql-general

From Himanshu Baweja
Subject Re: getting lock information
Date
Msg-id 20050525053001.71807.qmail@web51006.mail.yahoo.com
Whole thread Raw
In response to getting lock information  (Himanshu Baweja <himanshubaweja@yahoo.com>)
List 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@samurai.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/

pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: getting lock information
Next
From: Jerome Macaranas
Date:
Subject: Re: Need input on postgres used for phpBB