|
From: Brian Z. <bri...@ya...> - 2001-02-08 23:29:18
|
If we have a servlet.py that uses module.py, PyServlet only detects modification date of servlet.py but not any dependency modules. I don't expect an easy fix for managing all the dependencies. Instead I'm thinking maybe it would be helpful to just notify PyServlet to discard all the cache and use a new interpreter instance? Now I have to restart the servlet container to achieve that. Ideas? /Brian |