You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2003/11/21 21:10:36 UTC

Issue #1582.

Help.

  http://subversion.tigris.org/issues/show_bug.cgi?id=1582

I'm apr_poll'ing (heheh) for any bright ideas regarding issue #1582.
The problem is much more complex than I thought, and solid test
environments are hard to come by.  So, anyone with a good
understanding of the codebase and with any suggested performance
improvement points, please come forward.

Oh!  And if anyone knows if it's possible (and how) to tell a Linux
system to limit the bandwidth on a given network device to so many
kb/s, that would greatly help to determine if all the working copy
and vdelta penalties we are paying partly in the name of helping folks
with sucky net connections are actually helping at all.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Issue #1582.

Posted by John Peacock <jp...@rowman.com>.
C. Michael Pilato wrote:

> Oh!  And if anyone knows if it's possible (and how) to tell a Linux
> system to limit the bandwidth on a given network device to so many
> kb/s, that would greatly help to determine if all the working copy
> and vdelta penalties we are paying partly in the name of helping folks
> with sucky net connections are actually helping at all.

Here's the Linux Advanced Routing & Traffic Control HOWTO:

	http://lartc.org/howto/

and here is the specific recipe to ratelimit an interface:

	http://lartc.org/howto/lartc.ratelimit.single.html

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Issue #1582.

Posted by Philip Martin <ph...@codematters.co.uk>.
"C. Michael Pilato" <cm...@collab.net> writes:

> Oh!  And if anyone knows if it's possible (and how) to tell a Linux
> system to limit the bandwidth on a given network device to so many
> kb/s, that would greatly help

I think Squid can do this using delay pools, but I have never done it
myself.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org