http://qs321.pair.com?node_id=844298


in reply to TCP Client and Server Inter process communication

If you're familiar with creating non-blocking network servers and clients, maybe you could make TCP Client (with capital "C") act as a TCP server (with small "s") for connections from the TCP Server (with capital "s") rather than using pipes? TCP Server would simply connect to the TCP Client and send some data.