>> One thing that worries me is the issue of scalability, for example, >> this project will work with django or web2py, but no large deployments >> web2py to bringing information on how to behave in environments where >> there are 50 Requests per second with the problems associated with >> using a transactional model in a web where there is more effective >> solutions as working layers NoSQL reading (how are we going with >> this?).
While I can live with other limitations of web2py, it's scalability that worries me a little bit too. I have recently ran into this unpredictable wsgi problem, whereby requests are dropped when resources (RAM) are still abundant. And I am not the only one having this problem. A handful of other people have this problem too. It's problem nothing, but as of now, it's a bit of a concern.

