[Zope-dev] Load balancing over FastCGI

2002-02-04 Thread Andy Sydelko

Has anyone actually used multiple FastCgiExternalServer
directives within apache, each pointing to a separate ZEO 
client, to load balance?

We had this set up and doing round-robin between 2 ZEO
clients, but there are _big_ problems with it. For a page with
lots of images, we are getting images/objects returned from
seemingly random places. Apparently the request coming in 
from one browser doesn't necessarily go back out to that browser.

If someone wants proof of this, we are able to fairly reliably 
reproduce the problem.

I've sent mail to the fastcgi-developers list, but not yet gotten 
a response.

--andy.

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Load balancing over FastCGI

2002-02-04 Thread anthony baxter

(apologies for formatting oddness - at conference, so don't have access
to normal mailer. _hopefully_ this will be in plain text...)

Andy Sydelko wrote:

Has anyone actually used multiple FastCgiExternalServer
directives within apache, each pointing to a separate ZEO 
client, to load balance?

We do this by pointing the apache fastcgi at a loadbalancer, and
loadbalancing the fastcgi ports that way. I tried to do it with
apache and gave up. It's just too awful.

Anthony



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )