Re: [Twisted-Python] Request for help: throttling serving of static content

2012-11-06 Thread Phil Mayers
On 05/11/12 22:26, Itamar Turner-Trauring wrote: > There's also twisted.protocols.htb, although again it's old and possibly > buggy and may not work. For demo purposes something like > https://github.com/rflynn/dragnet might do. If you're on Linux, "netem" is also an option. http://www.linuxfoun

Re: [Twisted-Python] Request for help: throttling serving of static content

2012-11-05 Thread Peter Inglesby
Thanks for the responses. I'll see what I can do about tracking down the problem. In the meantime, I'll give dragnet a look. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-pytho

Re: [Twisted-Python] Request for help: throttling serving of static content

2012-11-05 Thread Itamar Turner-Trauring
On 11/05/2012 04:12 PM, Peter Inglesby wrote: > Tomorrow I'm giving a talk to provide an introduction to asynchronous > programming. I'll be mentioning Twisted in passing, but the meat of > the talk will be about writing a web crawler for finding broken links, > first using single-threaded bloc

Re: [Twisted-Python] Request for help: throttling serving of static content

2012-11-05 Thread exarkun
On 09:12 pm, peter.ingle...@gmail.com wrote: >Tomorrow I'm giving a talk to provide an introduction to asynchronous >programming. I'll be mentioning Twisted in passing, but the meat of >the >talk will be about writing a web crawler for finding broken links, >first >using single-threaded blocking

[Twisted-Python] Request for help: throttling serving of static content

2012-11-05 Thread Peter Inglesby
Tomorrow I'm giving a talk to provide an introduction to asynchronous programming. I'll be mentioning Twisted in passing, but the meat of the talk will be about writing a web crawler for finding broken links, first using single-threaded blocking code, then multi-threaded blocking code, before demo