README.freebsd
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:1k
源码类别:

Web服务器

开发平台:

Unix_Linux

  1. FreeBSD users:
  2. --------------
  3. If  your  server gets accessed very often, and sometimes you
  4. can't  get  a  connection  to the server even though some of
  5. them  report  that  they  are waiting for a connection, then
  6. you're probably out of listen() buffers.
  7. You  may overcome this problem by building a new kernel, but
  8. first changing `SOMAXCONN' in `/usr/src/sys/sys/socket.h' to
  9. something  like 32 instead of the default 5.  This will cure
  10. the problem.
  11. New  versions  of FreeBSD  (since 2.1.0)  do not  have  this
  12. problem.
  13. Sven Berkvens
  14. sven@stack.nl