Hi list, Which is the state about twisted-web2 ? will be merged at end at web namespace ? And another question about twisted-web2.proxy module, there are a raise ImportError at first line in last version, really doesnt work ? somebody know something about this ? -- --pau
On Apr 19, 2011, at 1:35 PM, Pau Freixes wrote:
Hi list,
Which is the state about twisted-web2 ? will be merged at end at web namespace ?
web2 has been removed from Twisted. It has not been available in a Twisted release for years, and it is recently not available in trunk either. web2 still contains several good implementation ideas that never made it to twisted.web, though, so if you'd like to help with moving those into twisted.web, we'd be very happy for your assistance. However, it is strongly recommended that you use twisted.web for your applications, since that is actually developed and maintained.
And another question about twisted-web2.proxy module, there are a raise ImportError at first line in last version, really doesnt work ? somebody know something about this ?
Yes. Half-finished and un-finished broken stuff like this was the main reason that we stopped developing web2; it was too hard to maintain two not-finished webservers, so we have focused our efforts on maintaining one whole webserver instead. -g
Hi list,
Which is the state about twisted-web2 ? will be merged at end at web namespace ?
web2 has been removed from Twisted. It has not been available in a Twisted release for years, and it is recently not available in trunk either. web2 still contains several good implementation ideas that never made it to twisted.web, though, so if you'd like to help with moving those into twisted.web, we'd be very happy for your assistance. However, it is strongly recommended that you use twisted.web for your applications, since that is actually developed and maintained.
Are not good news, i think also twiste-web2 has some good ideas - like filters - and some changes at response chain architecture with good feelings. But i can understand the effort to mantain both "branches" .. Im now building some project under twisted-web and i need some features from twisted-web2, mainly stream module ... what do you think to move stream module from twisted-web2 to twisted-web refactoring code ? -- --pau
On Apr 19, 2011, at 2:17 PM, Pau Freixes wrote:
Im now building some project under twisted-web and i need some features from twisted-web2, mainly stream module ... what do you think to move stream module from twisted-web2 to twisted-web refactoring code ?
What features of the stream module do you need?
Mainly now just a FileStream class, and more later with with Range [1] headers support. [1] http://tools.ietf.org/html/draft-ietf-http-range-retrieval-00 On Tue, Apr 19, 2011 at 9:11 PM, Glyph Lefkowitz <glyph@twistedmatrix.com> wrote:
On Apr 19, 2011, at 2:17 PM, Pau Freixes wrote:
Im now building some project under twisted-web and i need some features from twisted-web2, mainly stream module ... what do you think to move stream module from twisted-web2 to twisted-web refactoring code ?
What features of the stream module do you need? _______________________________________________ Twisted-web mailing list Twisted-web@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
-- --pau
On Apr 19, 2011, at 3:20 PM, Pau Freixes wrote:
On Tue, Apr 19, 2011 at 9:11 PM, Glyph Lefkowitz <glyph@twistedmatrix.com> wrote:
On Apr 19, 2011, at 2:17 PM, Pau Freixes wrote:
Im now building some project under twisted-web and i need some features from twisted-web2, mainly stream module ... what do you think to move stream module from twisted-web2 to twisted-web refactoring code ?
What features of the stream module do you need?
Mainly now just a FileStream class, and more later with with Range [1] headers support.
[1] http://tools.ietf.org/html/draft-ietf-http-range-retrieval-00
twisted.web.static.File already has Range support.
participants (2)
-
Glyph Lefkowitz
-
Pau Freixes