Re: Putting a throttle on Apache (CSWS), or all of TCP

Re: Putting a throttle on Apache (CSWS), or all of TCP

am 22.11.2007 21:34:46 von Dirk Munk

Keith Lewis wrote:
> I have one of my VMS boxes set up to record and save a certain radio
> show. As a service to my fellow fans out of the area, I make it
> available for download on the web, over my relatively slow DSL
> connection.
>
> The problem is I got a new ethernet switch, which seems to have a big
> buffer. It is killing the latency from my other machines.
>
> The ideal solution to this (short of IPv6 packet prioritization) would
> be to limit the Apache web server to a certain fixed bandwidth lower
> than my total available on DSL, so then the buffer would not fill up.
>
> A less desireable solution would be to put the bandwidth limit on
> TCPIP Services for OpenVMS as a whole.
>
> How?
>
> Pointers to docs on how to do either of these would be greatly
> appreciated.

I'm using a Draytek router/switch for my connection with the Internet.
It has the possibility to limit the traffic on any of the four switch ports.

Re: Putting a throttle on Apache (CSWS), or all of TCP

am 22.11.2007 21:42:29 von Dirk Munk

Dirk Munk wrote:
> Keith Lewis wrote:
>> I have one of my VMS boxes set up to record and save a certain radio
>> show. As a service to my fellow fans out of the area, I make it
>> available for download on the web, over my relatively slow DSL
>> connection.
>>
>> The problem is I got a new ethernet switch, which seems to have a big
>> buffer. It is killing the latency from my other machines.
>>
>> The ideal solution to this (short of IPv6 packet prioritization) would
>> be to limit the Apache web server to a certain fixed bandwidth lower
>> than my total available on DSL, so then the buffer would not fill up.
>>
>> A less desireable solution would be to put the bandwidth limit on
>> TCPIP Services for OpenVMS as a whole.
>>
>> How?
>>
>> Pointers to docs on how to do either of these would be greatly
>> appreciated.
>
> I'm using a Draytek router/switch for my connection with the Internet.
> It has the possibility to limit the traffic on any of the four switch
> ports.
Sorry, I should have been more precise.

It has the possibility to set the Quality of Service. For instance I can
set a rule whereby I reserve 75% of the outgoing bandwith for HTTP, so I
have 25% left for other things. Is this what you are looking for?

Re: Putting a throttle on Apache (CSWS), or all of TCP

am 23.11.2007 00:12:04 von John Wallace

"Dirk Munk" wrote in message
news:9c00d$4745e9b6$52499ec7$24770@cache4.tilbu1.nb.home.nl. ..
> Dirk Munk wrote:
> > Keith Lewis wrote:
> >> I have one of my VMS boxes set up to record and save a certain radio
> >> show. As a service to my fellow fans out of the area, I make it
> >> available for download on the web, over my relatively slow DSL
> >> connection.
> >>
> >> The problem is I got a new ethernet switch, which seems to have a big
> >> buffer. It is killing the latency from my other machines.
> >>
> >> The ideal solution to this (short of IPv6 packet prioritization) would
> >> be to limit the Apache web server to a certain fixed bandwidth lower
> >> than my total available on DSL, so then the buffer would not fill up.
> >>
> >> A less desireable solution would be to put the bandwidth limit on
> >> TCPIP Services for OpenVMS as a whole.
> >>
> >> How?
> >>
> >> Pointers to docs on how to do either of these would be greatly
> >> appreciated.
> >
> > I'm using a Draytek router/switch for my connection with the Internet.
> > It has the possibility to limit the traffic on any of the four switch
> > ports.
> Sorry, I should have been more precise.
>
> It has the possibility to set the Quality of Service. For instance I can
> set a rule whereby I reserve 75% of the outgoing bandwith for HTTP, so I
> have 25% left for other things. Is this what you are looking for?

I was wondering about that concept too, hence my Linux/DSL bandwidth
management/QoS reference earlier, but I happened to be looking at DSL
routers yesterday (my D-Link DSL604+ is showing its age) and it seems like
QoS stuff is no longer confined to higher end or DIY Linux routers. A GBP40
SoHo router from Billion (7300G) apparently comes complete with
flexible-looking QoS, SNMP management (but no DSL Line MIB), and even
something it calls VLAN support. Whether it actually *works* as marketed is
a different question, but on paper it looks good. Other boxes at similar
prices also seemed to offer QoS but I didn't look in so much detail.

If upstream bandwidth saturation due to other folks downloads of the audio
is the basic issue in this picture (we don't know that for sure yet), a DSL
router with decent QoS capability could be a nice simple fix.

regards
John