Does Seaside scale?
Posted
by Richard Durr
on Stack Overflow
See other posts from Stack Overflow
or by Richard Durr
Published on 2009-09-20T20:55:36Z
Indexed on
2010/04/28
19:47 UTC
Read the original article
Hit count: 279
Seaside is known as "the heretical web framework". One of the points that make it heretical is that it has much shared state. That however is something which, in my current understanding, hinders easy scaling.
Ruby on rails on the other hand shares as less state as possible. It has been known to scale pretty well, even if it is dog slow compared to modern smalltalk vms. flickr uses php and has scaled to an extremly big infrastructure...
So has anybody some experience in the scaling of Seaside?
© Stack Overflow or respective owner