Massimo, Thanks for your reply, now I know why I saved the file and referenced it memory usage: I commented out import gluon.import_all which in newer web2py versions is commented out by default?
Which leads to another question: At webfaction the Web2py installation that I have is running behind Apache + mod_wsgi. Since I schedule cron tasks outside web2py, I guess I could set gluon.widget.start(cron=True) to gluon.widget.start(cron=False), don't I? Kind regards, Annet.