web2py is 3x - 10x faster because the python interpreter is faster
then ruby. The bottle neck is always the database anyway.

On Jun 9, 9:07 am, Bruno Rocha <rochacbr...@gmail.com> wrote:
> 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.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 about that ?
>
> > Thanks

Reply via email to