Hi Candid and everyone, Candid mentioned "rocket should close the connections if request is taking longer than 10 seconds (default timeout)" in here [1]. Would somebody clarify, is that true?
My concern is that, one of my old app need some periodical maintenance job which could take dozes of seconds to finish. I knew the normal solution is run another daemon for that, but, for simplicity reasons, I still chose to use web2py 's builtin cron feature to visit http://localhost:8000/myapp/default/maintenance every hour. This trick worked well on my windows XP development laptop. I don't know whether situation is changed since then. [1] http://groups.google.com/group/web2py/msg/0416ed025f3e33f8 Regards, Iceberg