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
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
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
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
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(