Re: using twisted as a client-server hybrid

2011-12-14 Thread Chris Angelico
On Thu, Dec 15, 2011 at 6:14 PM, Littlefield, Tyler wrote: > Hello all: > I have a quick question--I am working on a project where a system will > connect to me to get commands. The idea is to make the server the "client," > used for dispatching commands, so  I'm trying to find a way that I can se

using twisted as a client-server hybrid

2011-12-14 Thread Littlefield, Tyler
Hello all: I have a quick question--I am working on a project where a system will connect to me to get commands. The idea is to make the server the "client," used for dispatching commands, so I'm trying to find a way that I can set it up to listen, but poll stdin somehow for input. Is this a