I would like to use web2py for a web application which has large databases (really large) , expects high volume of traffic . Are there any ways to make web2py apps run faster ? (like really faster ) , (looking for solutions apart from pooling more hardware and replacing Cpython wth pypy , running on a non-blocking server like tornado ) . How can i optimise web2py for my needs ? are web2py applications scalable ?
--