Re: [Zope] FCGIServer broken pipe on Zope 2.8.1?

2005-09-16 Thread Andreas Jung



--On 16. September 2005 09:59:00 +0100 Petri Savolainen [EMAIL PROTECTED] 
wrote:




If you really mean FCGI, what should be used instead? I understood
that at least in the past, there was a per-request tcp/ip
setup/teardown tax coming with apache mod_proxy which made something
like FCGI a better alternative? Is this no longer the case, due to
apache improvements perhaps, or is there something else?



The recommended and most often used approach is: Zope + reverse proxy 
(Squid or Apache). The FCGI code has not been touch for ages, nobody cares 
about the FCGI code, serious people don't use FCGI with Zope...so you 
should follow the straight forward approach and use a reverse proxy (which 
is

documented in a bunch of documentation).

-aj

pgpOglNjViBdd.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] FCGIServer broken pipe on Zope 2.8.1?

2005-09-13 Thread Andreas Jung



--On 13. September 2005 13:56:03 +0100 Petri Savolainen 
[EMAIL PROTECTED] wrote:



Any suggestions as to what is causing this kind of problem? I've never
seen this in our environment on Zope 2.7.x - it just started after a
fresh install of 2.8.1.

i386 Linux, Py 2.3.5, Zope 2.8.1, plone 2.1

---
ERROR ZServer uncaptured python exception, closing channel
ZServer.FCGIServer.FCGIChannel connected '' at 0xb3d34f2c
(socket.error:(32, 'Broken pipe')
[/home/.../zope/python/2.3.5/lib/python2.3/asynchat.py|initiate_send|218]
[/home/.../zope/python/2.3.5/lib/python2.3/asyncore.py|send|337])
  ---



No idea about this error but FCGI in Zope is in general considered to be 
obsolete, deprecated and unsupported.


-aj

pgpNqOpU1iaRX.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] FCGIServer broken pipe on Zope 2.8.1?

2005-09-13 Thread Dieter Maurer
Petri Savolainen wrote at 2005-9-13 13:56 +0100:
Any suggestions as to what is causing this kind of problem? I've never 
seen this in our environment on Zope 2.7.x - it just started after a 
fresh install of 2.8.1.

i386 Linux, Py 2.3.5, Zope 2.8.1, plone 2.1

---
ERROR ZServer uncaptured python exception, closing channel
ZServer.FCGIServer.FCGIChannel connected '' at 0xb3d34f2c
(socket.error:(32, 'Broken pipe')
[/home/.../zope/python/2.3.5/lib/python2.3/asynchat.py|initiate_send|218]
[/home/.../zope/python/2.3.5/lib/python2.3/asyncore.py|send|337])

The FCGI client (probably Apache) closed the connection (maybe
it died).

-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )