On 3/6/06, Plüm, Rüdiger, VIS <[EMAIL PROTECTED]> wrote:
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: [EMAIL PROTECTED]
> >
> > We actually have a way to do that, it's the close_on_recycle flag, and
> > I had to turn it on in order to get anything approaching reliability
> > for fastcgi.  The problem with just using that is that without some
> > coordination between worker processes you're still going to end up
> > with collisions where more than one connection is made to a given
> > fastcgi process, and the majority of those don't know how to handle
>
> I think the problem is that we only manage connection pools that are local
> to the httpd processes.

Exactly, the pool of available backends needs to be managed globally,
which we don't currently have and it's not clear if that ability would
be useful outside of fastcgi.

-garrett

Reply via email to