[Twisted-Python] Best place to put application code

2009-01-02 Thread John Aherne
One thing that has been puzzling me is where is the best place to put application code. The case I am using is straightforward TCP server with client connections making simple requests and waiting for responses retrieved from database tables to be sent back. Reading the docs and looking at variou

Re: [Twisted-Python] ssh v1 support

2009-01-02 Thread Deniz Pecel
Thanks Cary. Are there any available easy to use library other than twisted that supports ssh v1? Deniz On Fri, Dec 26, 2008 at 4:17 PM, Cary Hull wrote: > Not out of the box. Conch is ssh2 only. However, you can attain ssh1 > support by wrapping the binary (ssh) with a ProcessProtocol: > > http

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

2009-01-02 Thread Jean-Paul Calderone
On Fri, 2 Jan 2009 10:14:40 +, John Aherne wrote: One thing that has been puzzling me is where is the best place to put application code. It depends. :) The case I am using is straightforward TCP server with client connections making simple requests and waiting for responses retrieved f

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

2009-01-02 Thread Jarrod Roberson
On Fri, Jan 2, 2009 at 5:14 AM, John Aherne wrote: > One thing that has been puzzling me is where is the best place to put > application code. business logic should go in the "Service" class. ___ Twisted-Python mailing list Twisted-Python@twistedmatri

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

2009-01-02 Thread V S P
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 posts: Basically my architecutre requires the following a) multi-CPU/multi-core scalability b) multi-machine