[horde] SQL Sessions
Eric Rostetter
eric.rostetter at physics.utexas.edu
Tue Feb 4 07:47:39 PST 2003
Quoting Seb Belcher <seb at sdjb.net>:
> What are the advantages/disadvantages of using SQL sessions? In general,
> when should they be used and when not?
Big advantage is that you can use multiple web servers (cluster, load balance,
etc). You need a shared session storage to do this.
Disadvantages: Might be slower, extra complexity.
Advantages: allows multiple web front-ends to work together, might be
faster.
You note that I say it might be slower and that it might be faster. Depends
on various factors.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the horde
mailing list