[Seaside] REST and Seaside

Cees de Groot cg at cdegroot.com
Mon Apr 11 21:37:09 CEST 2005


On Sat, 09 Apr 2005 12:42:34 +0400, Dmitry Dorofeev  
<dima-sender-3c337a at yasp.com> wrote:

> If we have 'static' pages on the site it would be more
> effective to get them from hard drive and not to generate with
> Seaside or other dynamic framework.

Not really necessary - first, you'll be surprised how much pages per  
second you can dynamically generate. Second, if that's too much load, you  
can simply put a reverse proxy in front of it. However, this is only  
possible for static (REST-compatible) URL's, which HttpView provides (at  
the expense of less comfortable server-side programming, but for very  
simple interaction, like viewing Wiki pages, that really doesn't matter).


More information about the Seaside mailing list