[web2py] web2py crashing

2012-06-26 Thread msmagoo
Hi all, I have a healthcheck web2py application that simply reads healthcheck information from a database and makes a few REST api calls to a separate web2py application. Over the past while the application has been crashing at least once, sometimes twice a day with few errors in the logs.

[web2py] Web2py crashing

2010-05-07 Thread David Zejda
Hi, my web2py instance (about 1 pageviews, 30+ ajax requests daily) crashes about daily. As a workaround I have a script which (re)starts the server when either memory usage exceeds certain threshold or when the server is completely down. I run the script from cron every minute. #!

Re: [web2py] Web2py crashing

2010-05-07 Thread Timothy Farrell
Can you be more specific on what you mean by crashing? Interpreted languages shouldn't crash and generally if they do it's something wrong with the interpreter. Are you using cPython? On 5/7/2010 1:48 AM, David Zejda wrote: Hi, my web2py instance (about 1 pageviews, 30+ ajax