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

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 ----> server B \----> server C I also wrote the server apps using twisted by using simple Int32StringReceiver. I haven't made this kind of application before. So could you guys give me pointers on how to do that? Thanks in advance, LynxLuna

On Sun, 2010-07-25 at 19:37 +0700, Didiet Noor wrote:
Possibly this may help a little: http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions#HowdoImakeinputo... along with client and server howtos: http://twistedmatrix.com/documents/current/core/howto/index.html

On Sun, 2010-07-25 at 19:37 +0700, Didiet Noor wrote:
Possibly this may help a little: http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions#HowdoImakeinputo... along with client and server howtos: http://twistedmatrix.com/documents/current/core/howto/index.html
participants (2)
-
Didiet Noor
-
Itamar Turner-Trauring