Programmer's Corner Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Programmer's Corner - Forums


mod_python - Loading modules

 
Post new topic   Reply to topic    Programmer's Corner Forum Index -> Python
Author Message
Algorithms
Dragon


Joined: 21 Oct 2004
Posts: 343
Location: Florida

PostPosted: Sun Oct 24, 2004 8:37 am    Post subject: mod_python - Loading modules Reply with quote

When loading modules, it is suggest you use the load_module function of apache.
Code:

from mod_python import apache
mymodule = apache.load_module("mymodule", log=1)

This will assure that modules are reloaded when changes are made and prevents having to restart the server to see changes.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Programmer's Corner Forum Index -> Python All times are GMT - 5 Hours
Page 1 of 1

 


Powered by phpBB © 2001, 2002 phpBB Group