At 11:26 AM 10/10/2001 -0400, Aaron Held wrote:
>Great information, this is exactly what I needed.
>
>So if I am understanding this correctly then there is limited danger in 
>keeping modules in the context directory.  Once my code
>imports them there is no danger if the user somehow types in a URL that 
>causes webware to load a module.

Only servlet modules (and even then not the ones that contain super 
classes) get reloaded. They are reloaded only if you have modified their 
source code.

As Ian pointed out, in Python importing a module does not re-execute its 
code. Only reload() will do that, which is explicit.

-Chuck


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to