[Twisted-Python] Twisted newb I can't add a cred checker to a Factory class

2010-01-26 Thread adamjamesdrew same
class ProxyIncomingProtocol(Protocol): . class ProxyOutgoingProtocol(Protocol): . class ProxyFactory(Factory): protocol = ProxyIncomingProtocol class SimplePerspective(pb.Avatar): def perspective_echo(self, text): print 'echoing',text return text def logout

[Twisted-Python] HOTDOT , Love the code, I'm curious about your thought's on it's goals and some other solutions with orbited

2010-01-20 Thread adamjamesdrew same
I c that you have used the embedded morbiq with the restq interface. To replace the morbidQ restq.py would I just create an activeMQ.py factory class? Since twisted is hosting both django and orbited you have access to the session data. If you had an architecture like so what are some strategies

[Twisted-Python] WSGI Production ready

2010-01-20 Thread adamjamesdrew same
Is twisted WSGI production ready as compared to apache and mod_wsgi For a simple server with 4 cores would you simple start 4 instances and load balance between them? How would you recommend a production deploy of twisted wsgi? ___ Twisted-Python mailing

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread adamjamesdrew same
Thanks for the help. On Wed, Jan 20, 2010 at 11:04 AM, sstein...@gmail.com wrote: > > On Jan 20, 2010, at 10:37 AM, Phil Christensen wrote: > > > On Jan 20, 2010, at 9:58 AM, adamjamesdrew same wrote: > >> I deploy code. Then I modify the code on my file system. The code

[Twisted-Python] WSGI Question

2010-01-20 Thread adamjamesdrew same
I deploy code. Then I modify the code on my file system. The code does not automatically change on the server. It does this on the django dev server. How can I make this happen? I start the server as follows twistd -ny server.py # Django and static file server: root_resource = get_root_resource(