[Zope-dev] How to make Zope fail nicely under high load?

Bjorn Stabell bjorn at exoweb.net
Thu Feb 12 10:50:13 EST 2004


Erik:
> using the _v_ variables won't work for this since different threads 
> won't agree on who was latest.  Its definitely a bad idea to 
> do queries 
> for these three data points.  What about putting them in the 
> temp_folder then you can still use ZEO with a bunch of clients that 
> will all share the same data but you don't need to write the 
> values to 
> disk every time they change.  Even putting them in a normal ZODB 
> storage would be a _lot_ faster than doing a query.

You're right, _v_ wouldn't work.  So with temp_folder (TemporaryStorage)
there is basically no need for the SharedResource product anymore?  For
ZEO, my understanding is that we would still have to store the values in
the ZODB, though.

Regards,
-- 
Bjorn



More information about the Zope-Dev mailing list