[Zope] Performance Testing / Expections

Cary O'Brien cobrien@Radix.Net
Mon, 27 Mar 2000 09:49:44 -0500 (EST)


> On Sun, Mar 26, 2000 at 11:27:38PM +1000, Ben Leslie wrote:
> > Highly dynamic Zope was very bad in rps and hopeless more multiple access.
> 
>     You are using postgres and the postgres adapter is only level 2
> (serializing).
> 

How can this be fixed?  

I can probably figure out how to make sure libpq (postgresql API
library) is reentrant (it might be already).  What has to happen to
the DA to make this work?

And if this was done, could you configure the DA to open, say 5
backend processes and use them in turn?

-- cary