[openstack-dev] [Horizon] [Devstack]
Yves-Gwenaël Bourhis
yves-gwenael.bourhis at cloudwatt.com
Fri Oct 24 10:27:54 UTC 2014
Le 23/10/2014 23:55, Gabriel Hurley a écrit :
> 1) If you’re going to store very large amounts of data in the
> session, then session cleanup is going to become an important issue to
> prevent excessive data growth from old sessions.
>
> 2) SQLite is far worse to go into production with than cookie-based
> sessions (which are far from perfect). The more we can do to ensure
> people don’t make that mistake, the better.
memcache can be distributed (so usable in HA) and has far better
performances then db sessions.
Why not use memcache by default?
Just a suggestion.
--
Yves-Gwenaël Bourhis
More information about the OpenStack-dev
mailing list