Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 1996 16:38:21 -0700
From:      ja <joseph@joseph.dswnet.com>
To:        Jim Fleming <JimFleming@unety.net>
Cc:        "questions@FreeBSD.ORG" <questions@FreeBSD.ORG>, "isp@FreeBSD.ORG" <isp@FreeBSD.ORG>
Subject:   RE: Bandwidth limited FTP server
Message-ID:  <XFMail.960423163820.joseph@joseph.dswnet.com>
In-Reply-To: <01BB30FE.C84AEAC0@webster.unety.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue Apr 23 17:22:30 1996 Jim Fleming wrote:
>>On Tuesday, April 23, 1996 9:24 AM, Irvine Short[SMTP:ishort@pcm.co.za] wrote:
>@Hi All
>@
>@Any idea what ftpd to get hold of to limit bandwidth for anon ftp?
>@
>@We are on a 28800 leased line and we want to limit the number of 
>@anonymous users and what bandwidth they use otherwise our web server 
>@becomes useless.
>@
>@I know that when I used to log into ftp.funet.fi I had limited 
>@bandwidth.
>@
>@Regards,
>@
>@Irvine Short
>@
>
>Has anyone tried to connect the two serial ports together on a standard
>PC and to route traffic in and out of the same machine to limit bandwidth...?
>
>--
>Jim Fleming
>UNETY Systems, Inc.
>Naperville, IL 60563
>
>e-mail: JimFleming@unety.net
>
FTPD is a connection orriented protocol and as such has to abide by TCP/IP conventions.
Bandwidth limitations can be imposed by such programs in artificial ways. 

Under unix the ftpd demon can be fired up in two ways.

For anon users it can be fired up as a lower priorty process and thus will run less often resulting in a lower load on the CPU,DISK and www server.

For account users it can be run at another priority. 

There are a Number of ways to accomphish this. you can create a background process to renice the ftpd for anon usres.


-- for more info email me at : joseph@joseph.dswnet.com Sr Sys. Engineer at Data Systems West 





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