
Hi NG, I am completely new to twisted, but want to give it a try :) I have a small website running, serving dynamic content with Pylons. For switching to twisted, do I have to use the web or the web2 module? thanks, Alex.

Depends on what features you need i suppose. web would be your best bet if you don't need any of the new features of web2, as it is still not completely stable. On 7/31/06, Alex Greif <alex.greif@gmail.com> wrote:
Hi NG, I am completely new to twisted, but want to give it a try :)
I have a small website running, serving dynamic content with Pylons. For switching to twisted, do I have to use the web or the web2 module?
thanks,
Alex.
_______________________________________________ Twisted-web mailing list Twisted-web@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

I would start a standalone server that serves static and dynamic content. The most exciting thing is that I need to handle multipart file uploads. Is this possible with web or is web2 needed for this. Currently I can choose between web and web2. Will web2 released in near future? Is there a release plan? The latest release of web was in 2005-03-22. Can anybody tell me why there are no newer releases? no bugfixes? or is the project not maintained? Sorry for these direct questions, but IMO for an open source project it is not quite tipical to have a release that is more than a year old, with the revision number of 0.x ALex. On 7/31/06, Graeme Glass <graemeglass@gmail.com> wrote:
Depends on what features you need i suppose. web would be your best bet if you don't need any of the new features of web2, as it is still not completely stable.
On 7/31/06, Alex Greif <alex.greif@gmail.com> wrote:
Hi NG, I am completely new to twisted, but want to give it a try :)
I have a small website running, serving dynamic content with Pylons. For switching to twisted, do I have to use the web or the web2 module?
thanks,
Alex.
_______________________________________________ Twisted-web mailing list Twisted-web@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
_______________________________________________ Twisted-web mailing list Twisted-web@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

On Mon, 31 Jul 2006 13:40:05 +0200, Alex Greif <alex.greif@gmail.com> wrote:
I would start a standalone server that serves static and dynamic content. The most exciting thing is that I need to handle multipart file uploads. Is this possible with web or is web2 needed for this.
Currently I can choose between web and web2. Will web2 released in near future? Is there a release plan?
The latest release of web was in 2005-03-22.
No it isn't. http://twistedmatrix.com/trac/wiki/TwistedWeb2 Jean-Paul

On Mon, 31 Jul 2006 12:47:24 +0200, Alex Greif <alex.greif@gmail.com> wrote:
Hi NG, I am completely new to twisted, but want to give it a try :)
I have a small website running, serving dynamic content with Pylons. For switching to twisted, do I have to use the web or the web2 module?
If you want to work at the abstraction level of Pylons, you probably want to ignore the web/web2 distinction and work with Nevow. That means using web1 for now and web2 when it's ready, with minimal changes to the API. However, you should read this page with an eye to your specific requirements: http://twistedmatrix.com/trac/wiki/WebDevelopmentWithTwisted (Also, please do not cross-post web questions to twisted-python; we have a separate list on purpose.)
participants (4)
-
Alex Greif
-
glyph@divmod.com
-
Graeme Glass
-
Jean-Paul Calderone