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

2011-09-21 Thread Jeroen van Veen
Great source of information by the way. 2011/9/21 Jeroen van Veen > Thanks, i'll read up about that. Still lots to learn about those topics. > > > 2011/9/20 Fabian Rothfuchs > >> That's probably the best Twisted Intro available in the net: >> http://kro

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

2011-09-21 Thread Jeroen van Veen
> > Fabian > > > From: Jeroen van Veen > Reply-To: Twisted general discussion > Date: Tue, 20 Sep 2011 22:10:02 +0200 > > To: Twisted general discussion > Subject: Re: [Twisted-Python] Twisted-Python Digest, Vol 90, Issue 16 > > Thanks, it would be nice to s

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

2011-09-21 Thread Jeroen van Veen
2011/9/20 Glyph Lefkowitz > > On Sep 20, 2011, at 3:33 PM, Jeroen van Veen wrote: > > 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

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

2011-09-20 Thread Jeroen van Veen
d 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 > > Reply-To: Twisted general discu

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

2011-09-20 Thread Jeroen van Veen
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 > > On Sep 20, 2011, at 1:12 PM, Fabian Rothfuchs wr

Re: [Twisted-Python] running several services from a single app

2011-03-31 Thread Jeroen van Veen
I've done something simular in https://github.com/phrearch/hwios/blob/master/services/web_ui/service.py Probably not the best example, but works for me. kind regards, Jeroen On Thursday, March 31, 2011 08:45:49 AM Aljoša Mohorović wrote: > now i looking at adding an wsgi app to this setup. >