Re: [Twisted-Python] How to make a 'router'

2010-07-25 Thread Itamar Turner-Trauring
On Sun, 2010-07-25 at 19:37 +0700, Didiet Noor wrote: > Dear All, > > I am new in twisted framework, and currently building a twisted app > that will route a packet from one client to multiple servers via TCP > connection, back and forth. > > The program will work like this > >

[Twisted-Python] How to make a 'router'

2010-07-25 Thread Didiet Noor
Dear All, I am new in twisted framework, and currently building a twisted app that will route a packet from one client to multiple servers via TCP connection, back and forth. The program will work like this /> server A Client --> twisted routing apps > serv