[Seaside] Re: Concurrent requests from multiple sessions

David Carlos Manuelda stormbyte at gmail.com
Fri Mar 6 10:52:01 UTC 2015


wilwarin wrote:

> because in the future the
> application should serve hundreds of users with very similar combinations
> of requests.
> 
That sentence also makes me to think that maybe you could also enable 
database data cache (for example via memcached), so the request response is 
stored into RAM, and same further requests will take nothing to be done 
since they are already cached.



More information about the seaside mailing list