[Zope] locking help

2000-10-10 Thread Mark Twiddy
Hi, Can someone please tell me what is going on. while querying a postgres database i am unable to access any crap from zope. I have tried creating a db connection in a enternal method and querying through that but it still locks and wont serve any requests. a Mark

Re: [Zope] locking help

2000-10-10 Thread Mike Renfro
On Tue, Oct 10, 2000 at 04:58:46PM +0930, Mark Twiddy wrote: Can someone please tell me what is going on. while querying a postgres database i am unable to access any crap from zope. I have tried creating a db connection in a enternal method and querying through that but it still locks and

Re: [Zope] locking help

2000-10-10 Thread Dieter Maurer
Mark Twiddy writes: Can someone please tell me what is going on. while querying a postgres database i am unable to access any crap from zope. I have tried creating a db connection in a enternal method and querying through that but it still locks and wont serve any requests. We saw a

Re: [Zope] locking help

2000-10-10 Thread Mark Twiddy
Hi thanks for the reply The problem is whenever i do really big query everything stops and waits. im using ZPyGreSQLDA-0.3-rjr2 and py-PyGreSQL-2.4 thanks Mark On Tue, 10 Oct 2000, Mike Renfro wrote: On Tue, Oct 10, 2000 at 04:58:46PM +0930, Mark Twiddy wrote: Can someone please tell

Re: [Zope] locking help

2000-10-10 Thread Philipp Auersperg
this Postgres adapter is not multithreaded, check out the ZPoPyDA from zope.org. That is an alternative Postgres adapter that is multithreaded and does not lock up. phil *** REPLY SEPARATOR *** On 11.10.2000 at 08:48 Mark Twiddy wrote: Hi thanks for the reply The problem is

Re: [Zope] locking help

2000-10-10 Thread Mark Twiddy
Hi all, Thanks for all the help Ive installed PoPy-1.36 and ZPoPyDA-0.64 and it works like a bastard : Thanks all Mark On Wed, 11 Oct 2000, Philipp Auersperg wrote: this Postgres adapter is not multithreaded, check out the ZPoPyDA from zope.org. That is an alternative Postgres adapter