Larry Bates <[EMAIL PROTECTED]> writes on Mon, 28 Feb 2005 18:48:39 -0600:
> There is a VERY large website that uses Zope/ZODB that takes up to
> 9000 hits per second when it gets busy.  ZODB is very fast and
> holds up well under load.

But, you will not get 9000 hits per second from the ZODB (unless
both your disk and your processor are unexpectedly fast).

To get 9000 hits per second, you need extensive caching.


Dieter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to