[Zope] Zope + Apache on FreeBSD 4.0 problems
Steve Spicklemire
steve@spvi.com
Thu, 3 Aug 2000 08:39:46 -0500 (EST)
Hi Peter,
Hmm... I've never seen this problem, and I've been using
pcgi/FreeBSD since 2.2.8. I have however seen another problem:
http://lists.zope.org/pipermail/zope/1999-December/016465.html
that has never really been resolved. I'm going to try your
net.local magic to see if that has an effect. I tried the
FreeBSD lists at one time, and never got any response. Maybe
it's time to try them again....
-steve
>>>>> "Peter" == Peter Haight <peterh@sapros.com> writes:
Peter> This is due to some sysctl settings:
Peter> net.local.stream.recvspace and
Peter> net.local.stream.sendspace. They are set to 8192.
Peter> I adjusted mine to 65536 using the following two commands:
Peter> sysctl -w net.local.stream.recvspace=65536 sysctl -w
Peter> net.local.stream.sendspace=65536