[Zope] Performance Testing / Expections

Petru Paler ppetru@coltronix.com
Mon, 27 Mar 2000 14:09:48 +0300


On Mon, Mar 27, 2000 at 08:38:45PM +1000, Ben Leslie wrote:
> > 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).
> > 
> > -Petru
> 
> Yes I am using postgres, however I am _not_ using the postgres adapter. 
> I am using External Methods and python to do all data access since the data
> requires formatting after it comes out of the database which is much
> more easily done in python cf. dtml.

   Then you loose all the data caching done by the ZSQL methods.

-Petru