wikkid team mailing list archive
-
wikkid team
-
Mailing list archive
-
Message #00001
Re: Paste vs Twisted
On Sun, 25 Apr 2010 20:28:14 +1200
Tim Penhey <tim@xxxxxxxxxx> wrote:
> lifeless is strongly recommending keeping with twisted, and the
> twised.web.wsgi support is much better as of twisted 9.
Twisted and WSGI are not mutually exclusive. If our app is a WSGI
container, what serves it doesn't matter. We could use paste's WSGI
server, or Twisted's, or the one in the python standard library, or
mod_wsgi in Apache. It really doesn't matter.
WSGI is the accepted standard for Python web apps, and I think there's
benefit there. Wikkid's current use of Twisted isn't using the WSGI
stuff. All I assert is that it should. I was using Paste merely as
what serves the WSGI container, but I'm sure that once I have a WSGI
implementation, we can switch to Twisted's WSGI server relatively
easily.
--
Paul Hummer
http://www.paulhummer.org
"Sometimes I suspect that we build our traps ourselves, then we back
into them, pretending amazement the while." -Neil Gaiman
References