On 05/21/2013 11:55 AM, Reindl Harald wrote:
in the first front scaleable is how many users can i serve and with my setup i can serve much more than with a mysql session handler which prodcues IO loads
Performance is not the only factor here. Did you do some tests, or you just think it's slower?
- no session file locking (parallel requests do not wait)
this one is really very important for Roundcube.
RC is currently the only webapp not running sane with 100% customized environment because it does things which should not be done by the webapp and if somebody has to configure session-handlers it is the admin and nobody else PERIOD
A webmail is a sophisticated app and it just doesn't work with every "100% customized environment" PERIOD