Re: [web2py] Web2Py & RoR performances

2011-06-09 Thread Bruno Rocha
In web2py you can cache anything in RAM or use memcache. Em 09/06/2011 10:40, "Alexandre Strzelewicz" < strzelewicz.alexan...@gmail.com> escreveu: > Hi, > > I learned Web2Py and I'm learning Ruby on Rails. > > Is Ruby on Rails faster than Web2py ? > > It seems web2py open/read/close each files (db.

[web2py] Web2Py & RoR performances

2011-06-09 Thread Alexandre Strzelewicz
Hi, I learned Web2Py and I'm learning Ruby on Rails. Is Ruby on Rails faster than Web2py ? It seems web2py open/read/close each files (db.py, controller...) to render a page (including all partials, layout...). Ruby Rails seems to cache all this files into memory, so it's faster. Any note abou