Re: Simulating low bandwidth network on localhost

2005-10-08 Thread qvx
I forgot to tell you that I'm using Windows. -- http://mail.python.org/mailman/listinfo/python-list

Re: Simulating low bandwidth network on localhost

2005-10-07 Thread Robert Pagano
check out dummynet... http://www.freebsd.org/cgi/man.cgi?query=dummynet&sektion=4 On 7 Oct 2005 16:48:13 -0700, "qvx" <[EMAIL PROTECTED]> wrote: >I would like to test my CherryPy application in varying network >conditions, ranging from localhost full speed to low badwidth (ie. >14.4kbps) and v

Re: Simulating low bandwidth network on localhost

2005-10-07 Thread Grant Edwards
On 2005-10-07, qvx <[EMAIL PROTECTED]> wrote: > I would like to test my CherryPy application in varying > network conditions, ranging from localhost full speed to low > badwidth (ie. 14.4kbps) and variable latency from milliseconds > range to seconds range. If you've got a machine with two serial

Re: Simulating low bandwidth network on localhost

2005-10-07 Thread qvx
Thanks. I'll try to find a version that works under Windows. So far I had little luck finding it. qvx -- http://mail.python.org/mailman/listinfo/python-list

Re: Simulating low bandwidth network on localhost

2005-10-07 Thread Grig Gheorghiu
Try dummynet ( and/or Google for it) Grig -- http://mail.python.org/mailman/listinfo/python-list