Subject Re: Firebird php session handling functions?
Author vladman992000
--- In firebird-php@yahoogroups.com, "Nigel Weeks" <nweeks@...> wrote:
> a better reason for using a database as the session storage
mechanism is
> that
> it potentially allows sharing session data between multiple frontend
> servers for
> high capacity sites where incoming requests can be handled by one
of any
> number of
> webservers (and there is no garantee that a client's requests will be
> dealt with by
> a single server.

Yep, I can definately see an advantage in doing this that I wasn't
seeing before. But at what typical load points do you think that
branching into multiple servers becomes a need? I guess all
applications will differ in size and complexity. But I'm curious
where most developers consider the point where one should architect
for this? Are we talking 100 concurrent users and greater, or
something different?

Myles