When web2py switched from cherrypy to rocket, now I can't seem to start it on any resource-constrained VPNs (currently running w/ 96MB RAM).
To me, this is a really big downer since I love web2py's ability to create prototype applications using nothing but a shell and a browser (using minimal resources on a CR-48). I used to have dreams of multiple web2py's in an old computer farm. Is there any way to configure it so it doesn't crash on startup? I keep getting thread.error Cannot start new thread on startup, but have managed to fix it using "ulimit -s 1024".

