[Zope] Site-wide (global) variables ...

Darran Edmundson dee124@rsphy1.anu.edu.au
Thu, 27 Jan 2000 12:07:41 +1100 (EST)


I'm looking for advice on implementing site-wide (global)
variables in Zope.  That is, I want certain variables 
to be accessible to every folder, ZClass, method and 
document in the ZODB.  Should I simply add these 
properties to the root folder and then make use of
aquisition or is there a more elegant approach (say
a globals singleton object that lives in the root)?