Re: [Twisted-Python] zope.interface

2009-12-11 Thread Glyph Lefkowitz
On Dec 11, 2009, at 12:12 PM, Jared Gisin wrote: > Is there a good document that explains why zope.interface is necessary to the > twisted project? Not as such, but you may be interested in .

Re: [Twisted-Python] web vs web2 clarification

2009-12-11 Thread sstein...@gmail.com
On Dec 11, 2009, at 12:02 PM, Jared Gisin wrote: > I'm interested in a true twisted HTTP/1.1 protocol implementation that > is robust and clean. I have no use for any browser/HTML/CGI realted mix > in stuff. I consider all of that as frosting on top of the HTTP layer, > so I'm trying to produce a

[Twisted-Python] zope.interface

2009-12-11 Thread Jared Gisin
Is there a good document that explains why zope.interface is necessary to the twisted project? -Jared ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] web vs web2 clarification

2009-12-11 Thread Jared Gisin
Thanks, James. This is actually pretty sad because my reading of the code in twisted.web2 indicates that's it's certainly more capable and more robust than the twisted.web version. It implements more of HTTP 1.1 and it provides for incoming HTTP stream processing by a resource. Presently, I'm goin

Re: [Twisted-Python] A resizable cooperator class for queuing and dispatching jobs

2009-12-11 Thread sstein...@gmail.com
On Dec 11, 2009, at 6:44 AM, Terry Jones wrote: > I'm not sure the details of all this are of interest to many people on the > list. I'll find time to put the code up somewhere more useful. It would be > nice to have a runnable demo/example too. Not sure I'll get there. Cool, if you'll put up a li

Re: [Twisted-Python] A resizable cooperator class for queuing and dispatching jobs

2009-12-11 Thread Terry Jones
> "Dave" == Dave Peticolas writes: Dave> Cool. What about being able to get the set of underway objects, in Dave> addition to the set of pending objects? Then you can get the whole Dave> state of the queue at that point. I added an underway() method that gets you a set of underway jobs, each