29 Nov
2001
29 Nov
'01
9:58 p.m.
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