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