[IRCServices Coding] Problem with httpd-module

Kaupo Kõrv (aka mazta) mazta at illlab.ee
Sat Sep 14 09:45:48 PDT 2002


When accessing xml-export page via PHP (fsockopen) it stops working after
about 20 successful connections.

ircservices.log shows following..

[Sep 14 19:28:15 2002] sockets: sock_new(): out of buffer space!
[Sep 14 19:28:15 2002] sockets: accept(4): Unable to create socket
structure (out of buffer space?)

After increasing NetBufferSize to 8MB it worked twice that time, but same
errors occured.

Doesn't httpd-module free memory correctly?