| |
cherrypy-users |
W liście qwcode z dnia środa 24 czerwca 2009: > Is there such a thing in CherryPy? Is it the "Application" object? > Handler classes (including the root) are instantiated per Request, --
> that provides a place to put "application scope" objects.
> correct?
instance to mount(), not class, so it would not even be possible to
instantiate them per-request.
Paweł Stradomski