[ZODB-Dev] _v_skininfo
Chris Withers
chris at simplistix.co.uk
Tue Apr 20 08:57:11 EDT 2004
Casey Duncan wrote:
>>> 4. attributes that live precisely for the current request
>>>
>>> used for things like "_v_skininfo".
>>
>>Surely these should be put IN the request obejct then?!
>
> Probably, just may sure the case where multiple CMF sites are involved
> in a single request is properly handled.
Well indeed. Maybe _v_skininfo should be a dictionary then?
In any case, this smells application-level to me.
I don't see any motivation for adding weird new _v_'esque things that last for
exactly the length of the request, when we already have just such a container
for these: the request itself...
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the ZODB-Dev
mailing list