[Zope] How big a site can Zope handle?

Chris McDonough chrism@zope.com
Thu, 29 Nov 2001 16:58:18 -0500


> So, the question is really then: "How do I make my software support
a large
> amount of concurrent posts?" :-)

Probably by using a relational database.  The ZODB is not real good at
concurrent writes, although it excels at reads.

> I'm not 100% sure what you mean with "persistence mechanisms". I was
first
> and foremost thinking about just storing things in ZODB, and not
using an
> external DB if that's what you are referring too.

That's what I meant.

- C