Just a couple of comments on this thread:

1. Sticky sessioning does not seem worthwhile unless you have very slow user
lookups - in general it's faster to just go with the next available zeo
client than wait for 'your' one. If you use sticky sessioning then you
probably also want to use 1 zserver-thread per client.

2. Nginx -> Varnish -> HAProxy/Pound -> Zopes ???

Why go through this pipeline? Nginx / Varnish / Apache all include basic
load balancers which are fine for most needs. I normally go with just:

Varnish -> Zopes for HTTP. And Nginx / Apache -> Varnish -> Zopes for HTTPS.

Laurence

--
View this message in context: 
http://plone.293351.n2.nabble.com/Plone-on-the-cloud-how-to-keep-it-simple-but-modular-tp6077511p6081337.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
Setup@lists.plone.org
https://lists.plone.org/mailman/listinfo/setup

Reply via email to