[Seaside] REST and Seaside

Dmitry Dorofeev dima-sender-3c337a at yasp.com
Sat Apr 9 10:42:34 CEST 2005


The idea sounds reasonable.

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 aware about HttpView, sorry.
Some kinf of caching would help. Of couse session information is
a question here. Also i know about project for JIT compiler
for Squeak, which i can not remember :-) Seems it never get
to the production level. JIT compiler looks for me as a good option
to address the problem.

-Dmitry.

Cees de Groot wrote:
> On Fri, 08 Apr 2005 08:58:37 -0700, Nevin Pratt 
> <nevin at bountifulbaby.com>  wrote:
> 
>> Well, the site has increased in popularity to the point where the  
>> traffic appears to be a serious problem for Seaside.
> 
> 
> I've been thinking for some time that it should be possible, somehow, 
> to  merge HttpView and Seaside into a 'seamless' web application. 
> HttpView  could do REST-style 'static' stuff, Seaside would pick up 
> where more  interaction is needed. Both support essentially the same 
> style of HTML  generation, so that shouldn't be a large chasm to cross.
> 
> For example, a Wiki would use HV to display pages, as soon as you press  
> the Edit button you go into a Seaside session (of course, the trick is  
> that the next time you press the Edit button, you may want to go into 
> the  *same* Seaside session - stuff like that needs to be checked when  
> integrating them). This is a very simple example, but I think it's one 
> of  the things necessary to optimize things. Kicking off the whole 
> Seaside  machinery for essentially static pages is just a bit too much, 
> I think.
> 
> Just a ramble, shoot at it as you like :)
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside


More information about the Seaside mailing list