Re: [Twisted-Python] Best place to put application code

2009-01-03 Thread John Aherne
Thanks for the reply. Very helpful. despite the question being like 'How long is a piece of string'. It's good to just hear what someone else reckons is the way to structure the code. I like the code sample.It makes clearer what some of my options are. So I'll have a look and see how I can make u

Re: [Twisted-Python] Best place to put application code

2009-01-03 Thread John Aherne
Thanks for the reply. Very interesting thought. I had used the service for some work, but hadn't thought I should use it to put business logic in. So thanks for the information. John Aherne On Fri, Jan 2, 2009 at 10:21 PM, Jarrod Roberson wrote: > > > On Fri, Jan 2, 2009 at 5:14 AM, John Ahern

Re: [Twisted-Python] ssh v1 support

2009-01-03 Thread Cary Hull
I suppose it depends on what you mean by support. Libraries like paramiko and conch provide an actual protocol implementation in Python, which means you can do some interesting things with channels. Otherwise it seems you're stuck with an expect like model for driving the ssh1 binary. Pexpect provi

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-03 Thread Cary Hull
Take a look at ampoule: https://launchpad.net/ampoule On Fri, Jan 2, 2009 at 2:35 PM, V S P wrote: > Hi, > I am in the process of evaluating a tool for the newtorking architecture > I need. And wanted to ask the group questions, I could not easily get > answered from reading docs and various post

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-03 Thread V S P
Thank you so much Yes, this plugin is what I am looking for process pool " """ This plugin provides ways to create a process pool service in your system listening on a given port and interface and answering to a given set of commands. """ " So I just need to inherit from AMPC

[Twisted-Python] Weekly Bug Summary

2009-01-03 Thread exarkun
Bug summary __ Summary for 2008-12-28 through 2009-01-04 Bugs opened: 6Bugs closed: 16 Total open bugs: 1051 (-10) |== Type Changes |== Priority Changes |== Component Changes |Defect: -2 |Highest: -1 |Conch: -1 |Enhancement: -8