|
From: David S. <ds...@al...> - 2001-02-09 11:42:11
|
> 1) We set an "pyservlet" attribute in the req object that > references the > PyServlet dispatcher, and > 2) We add a reset() method to PyServlet. Isn't this more complicated thab it needs to be? The servlet.py is under the control of the developer, and is checked against a cache to see if it has changed. If developer changes a dependent module all s/he has to do is insert a 'reload X' statement in servlet.py. Dave. |