Tornado TCP Server / Client process communication
问题 I want to setup communication between a number of Tornado processes each acting as web-servers I.e. using tornado.web.RequestHandler . The idea is that i want a fully meshed network between the processes. I have 4 processes and I want to establish an ongoing permanent communication between them using the tornado.tcpserver and tornado.tcpclient : T1---T2 | \ /| | \/ | | / \ | T3---T4 I'm new to TCP programming however in the example I've seen in the tornado documentation: http://www.tornadoweb