We're testing and upgrade from ZOPE 2.3.3 > ZOpe 2.5.1 with ZEO running We're having good success with both with only in Test environment (minimal users) Possible 3000 users hit Production ZServers Possible future problem. 1. Web site growth will cause Data.fs to become too large Solutions??? ? Mounting ZODB(s) Bottom line is... How do I prevent a meltdown of these present web sites when/if content too much for one ZServer to handle? Any and all suggestion will be gratefully accepted Eric Dunn
Possible 3000 users hit Production ZServers
I suspect you mean 'Zope Instance' rather than 'ZServer' ;-)
1. Web site growth will cause Data.fs to become too large
I doubt it ;-) With LFS enabled, I've had a Data.fs up to 14GB...
? Mounting ZODB(s)
That works too, and lets you pack different bits at different rates...
Bottom line is... How do I prevent a meltdown of these present web sites when/if content too much for one ZServer to handle?
- Put a Load Balancer in front (see the zope.org setup) - Put Squid in front - Look at splitting sites onto their own instances cheers, Chris
participants (2)
-
Chris Withers -
eric.n.dunn@bankofamerica.com