[Seaside] Re: Seaside Coding Pattern

Stephan Eggermont stephan at stack.nl
Mon Feb 23 20:32:23 UTC 2015


On 20/02/15 17:29, Sebastian Sastre wrote:
> This is a great question.
>
> And the answer I have depends a bit on what you want to optimize.
>
> Let’s assume you want to optimize load and scale the app

The real strength of Seaside is on the other end of the spectrum:
very complex domain, not much scaling. Keep everything in ram
(except large resources that you keep out of the image).
That way you can have a much faster development cycle.

Stephan



More information about the seaside mailing list