[Twisted-web] Using Twisted with django

Jean-Paul Calderone exarkun at divmod.com
Mon Mar 12 15:17:33 CST 2007


On Mon, 12 Mar 2007 16:36:10 -0400, Ram Peters <rampeters at gmail.com> wrote:
>Some where in the documentation, I read you can do blocking stuff like
>access to database using twisted.enterprise.adbapi.

Yes.  But does Django use this? :)

>I don't really
>see, why, anyone want to use Twisted for other than writing their on
>communication protocol like BitTorrent.

Some people find it easier than writing threaded code.  Other people need
better performance than threaded solutions can provide.  Other people want
to use some protocol which has a Twisted implementation.

Jean-Paul



More information about the Twisted-web mailing list