[Zope] Interfacing to Zope
Oleg Broytmann
phd@phd.pp.ru
Fri, 10 Aug 2001 18:22:57 +0400 (MSD)
Please continu to answer to the mailing list. Messages will be archived and
indexed by search engines.
On Fri, 10 Aug 2001, Robert Frank wrote:
> > If you compiled Zope with PCGI, you also will have UNIX domain socket in
> > var directory. This socket is used for PCGI protocol.
> Yes, I know. Unfortunately, Pike (Roxen's language) can't (yet) handle
> these, which is why I want to use TCP based sockets.
> If I understood you correctly, then it should make no difference for the
> ZServer whether it is a domain socket or a TCP socket?
Alas, current PCGI implementation can only use UNIX domain sockets on
UNIX (patches accepted). On Windows TCP/IP is used.
> (According to the docs, -F followed by a path and file name will use a
> domain socket, -F followed by a number will use a TCP socket)
-F is only about FastCGI, not PCGI. Yes, FastCGI can use both TCP/IP and
UNIX domain sockets.
Oleg.
----
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.