Re: [GENERAL] too may LWLocks

2017-03-08 Thread hariprasath nallasamy
oops its my bad implementation.. I was leaking locks and its fixed now. Thanks for the help! -harry On Thu, Mar 9, 2017 at 1:07 AM, Julien Rouhaud wrote: > On Wed, Mar 08, 2017 at 03:34:56PM +0530, hariprasath nallasamy wrote: > > Hi all > > I am building an extension using shared memory hash t

Re: [GENERAL] too may LWLocks

2017-03-08 Thread Julien Rouhaud
On Wed, Mar 08, 2017 at 03:34:56PM +0530, hariprasath nallasamy wrote: > Hi all > I am building an extension using shared memory hash table and for locking > hash table i am using LWLocks, but the thing was when i try to run some 1k > queries one after other, for each query i am getting one LWLock