On 2/7/06, David Reid <dreid@dreid.org> wrote:
Todd Thomas wrote:
> I find them extemely handy personally, how else are you going add
> resources without resorting to restarting the server? But I guess
> depends on what you are using them for. I tend to use twisted more for
> testing and experimenting, simpler than installing apache. Unfortunately
> twisted-web doesnt have a wsgi implementation, I have been messing
> around with django a bit trying to see how modular the code is.
>

If all you want is something easier to configure/install than apache I'd
suggest lighttpd.  Unless you've got a pre-existing twisted.web2
deployment and pre-existing twisted.web2 using code, I don't see a
reason to use twisted which is very unstable, going to change radically,
and probably doesn't work anyway. :)

Of course if you really want to use twisted.web2.script you're welcome
to submit patches to the bugtracker.

-David

_______________________________________________
Twisted-web mailing list
Twisted-web@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
Up to this point I have been using twisted-web exclusively. Would it be considered stable at this point, and is it still being worked on actively? Or is all the efforts now going towards stabilizing twisted-web2?

-ToddB