[PHP] A way to simulate modem speeds?

2001-10-31 Thread Michael Hall
I apologize for the only-vaguely-PHP-related nature of this, but I'm endlessly impressed with the knowledge here. I'm looking for a way to clamp down a network machine (we're on a T1) to modem speeds (28 to 52 K) for testing purposes. Is there software (preferably for Windows) that would do

Re: [PHP] A way to simulate modem speeds?

2001-10-31 Thread Duncan Hill
On Wed, 31 Oct 2001, Michael Hall wrote: I'm looking for a way to clamp down a network machine (we're on a T1) to modem speeds (28 to 52 K) for testing purposes. Well, mod_throttle on the server side will do this for you. Client side.. hrum. A linux box with bandwidth controls, a

Re: [PHP] A way to simulate modem speeds?

2001-10-31 Thread Shane Wright
duno about for windows, but there's quite a bit around on packet shaping for Linux and *BSD which amounts to the same thing - could be worthwhile sticking an old server in the middle with some different rules on different ports (i.e. port 81 set up for 14k4 equiv, 82 for 28k8 equiv, etc..)

Re: [PHP] A way to simulate modem speeds?

2001-10-31 Thread Brent Rieck
On Wed, 2001-10-31 at 10:23, Michael Hall wrote: I'm looking for a way to clamp down a network machine (we're on a T1) to modem speeds (28 to 52 K) for testing purposes. Is there software (preferably for Windows) that would do this? Better yet, would this software be free? I've not used