Doyon, Jean-Francois wrote:
- On the web boxes run Apache with mod_rewrite to get you to the Zope
instance(s) running on the app layer machines

Some people substitute Squid for Apache, or in certain circumstances, leave that layer out all together.

I still bother to try and get single CPU machines, because of the whole
Python GIL vs. Thread issue, though newer linuxes have CPU affinity.

I don't quite understand that statement. You can certainly run an instance per CPU and modern OS schedulers are smart enough to make setting CPU affinity overkill.

Four instances on a four core box works quite nicely. :)
--
Benji York
Senior Software Engineer
Zope Corporation
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to