17 Jan
2009
17 Jan
'09
7:36 a.m.
Christian Theune wrote at 2009-1-16 09:06 +0100:
I noticed 'zope.globalrequest' on the PyPI RSS feed today and wonder about it. IMHO this implements an anti-pattern in an official way without a warning that this needs to be handled with care.
IMHO, it is not an anti-pattern: We have a global "site" why should we not have a global request? When Zope is used as a Web Application Server, it is quite natural to expect a request. -- Dieter