13 Oct
2004
13 Oct
'04
6:12 p.m.
Niklas Saers wrote at 2004-10-12 17:56 +0200:
I'm running FreeBSD 5.3 and Zope 2.7.2 from ports. I start Zope as a root:
# bin/zopectl start . . . daemon process started, pid=3795
all seems fine. However, trying to connect at port 80, the connection just times out after the request has been sent
Maybe the well known "*BSD" problem, that the default C runtime stack size for a new thread is far too small. There are special ports (I do not know what this is, but hopefully you do) around for Python with an increased stack size. -- Dieter