Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Oct 1995 22:29:19 -0700
From:      David Greenman <davidg@Root.COM>
To:        "Justin T. Gibbs" <gibbs@freefall.freebsd.org>
Cc:        CVS-commiters@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit: ports/net/wu-ftpd/patches patch-ai 
Message-ID:  <199510090529.WAA01606@corbin.Root.COM>
In-Reply-To: Your message of "Sun, 08 Oct 95 22:27:22 PDT." <199510090527.WAA25308@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>gibbs       95/10/08 22:27:21
>
>  Modified:    net/wu-ftpd/files  Makefile.fb2 config.fb2
>  Added:       net/wu-ftpd/patches  patch-ai
>  Log:
>  Tune wu-ftpd for high performance:
>  - Link ftpd static - big win since it forks so often.
>  - Turn off push flag to keep sender TCP from sending short packets
>    at the boundaries of each write().  Should probably do a SO_SNDBUF
>    to set the send buffer size as well, but that may not be desirable
>    in heavy-load situations.
>  - Double the send buffer size.
>  - Add an option to config.h, LOG_TOOMANY, defined by default, that controls
>    whether we bother to complain when a connection hits a user limit.  Turning
>    this off removes at least 3/4 of the syslog usage of wu-ftpd on a busy
>    system saving CPU and logspace.
>  - Make SKEY portions truely optional by one knob in the src Makefile
>  
>  Obtained from: David Greenman <davidg@FreeBSD.org> and wcarchive

   Thanks Justin!!!

-DG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510090529.WAA01606>