[REBOL] Re: Any changes re dbases in upcoming RT products?
From: dockimbel:free at: 3-Oct-2001 1:27
Hi Petr,
Petr Krenzelok wrote:
[...]
> Other
> thing is, that Session Afinity patch is available for FastCGI, so it will do
> some kind of load balancing for you, or at least assign one session ID to
> the same process. Session afinity patch is coming to be default part of
> FastCGI distro, but we already know it will not help us, as RT uses own
> FastCGI implementation.
AFAIK, Session Affinity patch is applied on mod_fastcgi.c and as you explained, allow
to associate a session ID to an application instance in order to pass all requests
of a given user to the same instance. This way you don't have to save/reload contexts
from one app instance to another. With the SA patch, it can be easier to design your
apps
and they will perform a little bit faster (speed gain depends on contexts saving/reloading
time).
IIRC, SA patch has nothing to do with the FastCGI protocol, so it will work with any
kind of app
including of course, /Command.
Regards,
DocKimbel.