begin quoting Andrew Lentvorski as of Fri, Apr 13, 2007 at 02:13:44PM -0700: > I thought this was cool. I haven't tried it yet. > > http://monkey.org/~marius/pages/?page=trickle > > It's a user space program that allows you to do bandwidth shaping on > applications that don't have it already. It uses dynamic library > loading tricks to replace the socket library.
It is indeed cool. I once wrote a very simple bandwidth-limiting stream in Java, to force us (developers) to deal with limited-bandwidth performance issues while developing, instead of waiting until the test run in the lab. It was *very* useful. This looks like a more elegant solution. -- Linker tricks normally make me nervous, but still... Stewart Stremler -- [EMAIL PROTECTED] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
