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

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to