Are modules defined in applications/app/modules reloaded with each request?
It appears so; because when I modified the module changes are picked up right away without restarting web2py. If this is the case, what is the point of moving codes from controllers/models into external modules?

