[dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Horde.php

Anil Madhavapeddy anil@recoil.org
Sun, 15 Apr 2001 00:24:08 +0100


> IMP 2.2.x was perfect to run on loadbalanced machines,
> unfortunately 2.3 relies a lot of filesystem.

Not at all - it simply uses the PHP session system instead of PHPLIB.
It just happens that the default PHP session method is the filesystem.
Jon has written a PostgreSQL handler for PHP that will allow you to
loadbalance without using Level 7 switching -
http://www.csh.rit.edu/~jon/projects/pgsql_session_handler/

Anil