Ron,
i was wondering what if any difference there is for zope if i install it to access mod_fastcgi through a port as opposed to a socket. which is the recommended/safest approach?
In theory (and maybe in practice) the socket should be faster since it does not go through the networking process. However, since it uses a local file, Zope and Apache must be one the same system. Using a TCP port would be slower, but it allows you to run Zope and Apache on different machines. As to how much faster or slower, I have no idea if anyone has done any testing. As for safest/recommended, avoiding the network is probably always safer (although with the loopback, I'm not sure it makes any difference). But if you need to run them on different servers, you don't have a choice. I've found mod_fastcgi very easy to configure in Apache and have had no problems using it through a port. _______________________ thanks for the info! my co-worker just informed me that he thinks it is faster to use the port when dealing with a firewall. since it seems easier this way i guess i'll go with the port. much appreciated! -<mike>- _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )