[Twisted-Python] Twisted-Python Digest, Vol 90, Issue 16

Fabian Rothfuchs fabian.rothfuchs at googlemail.com
Tue Sep 20 15:49:55 EDT 2011


Hey Jeroen,

As I learned so far, using WSGI to combine Django and Twisted isn't a bad
thing in general.
It's just that you need to align your code and 'mental model' to develop
multi-threaded (WSGI) or asynchronous (if that makes any difference to you
at all).

In my special case, I develop a network middleware system where
thread-safetiness is extremely important and it's more than realistic that
If I'd use non-thread-safe techniques, my modules will bite each other :)

So I think you're good (but I'm still a Twisted noob).

Cheers
Fabian


From:  Jeroen van Veen <j.veenvan at gmail.com>
Reply-To:  Twisted general discussion <twisted-python at twistedmatrix.com>
Date:  Tue, 20 Sep 2011 21:33:39 +0200
To:  Twisted general discussion <twisted-python at twistedmatrix.com>
Subject:  Re: [Twisted-Python] Twisted-Python Digest, Vol 90, Issue 16

For this websocket cms project im working on, i also run django in a wsgi
container. I wonder if im using  it the right way?
(https://github.com/phrearch/hwios/blob/master/services/web_ui/service.py)

cheers,

Jeroen

2011/9/20 Glyph Lefkowitz <glyph at twistedmatrix.com>
> 
> On Sep 20, 2011, at 1:12 PM, Fabian Rothfuchs wrote:
> 
>> I feel quite happy with that solution till now (planning since 4 hours and
>> it seems like it could be really working).
> 
> Great, glad to hear it.  Let us know how it goes!
> 
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
> 

_______________________________________________ Twisted-Python mailing list
Twisted-Python at twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20110920/24ec7a57/attachment.htm 


More information about the Twisted-Python mailing list