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.veen...@gmail.com> Reply-To: Twisted general discussion <twisted-python@twistedmatrix.com> Date: Tue, 20 Sep 2011 21:33:39 +0200 To: Twisted general discussion <twisted-python@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 <gl...@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@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python