Ploneのパフォーマンスチューニングのtipsです。
セッションを ZEO/ZODB に保存することは拡張性に乏しく、大量のアクセスがあるシステムでは ConflictErrors が発生しやすくなります。
memcached をバックエンドにすることにより拡張性が高くなります。
詳細な情報は lovely.session アドオンプロダクト を参照してください。
http://plope.com/Members/chrism/iostat_debugging
Clarification:
<mcdonc> well, the example has await at about 40X svctime.. that's pretty shitty
<mcdonc> i mean that box was useless
This tips are especially critical when running Plone on low-memory virtual private server (VPS).