在同一节点上运行的两个不同进程的消息传递

时间:2013-02-01 06:37:57

标签: sockets unix blocking

在同一台计算机上运行客户端C和服务器S进程。他们 通过阻塞套接字进行通信,该套接字通过另一台机器 M

C <--> M <--> S

我需要另一个阻塞套接字将我的消息从客户端传递到服务器,而不会通过M。

C <-----> M <----> S  <- This is the socket for C to S communication via M 

|_ _ _ _ _ _ _ _ _|   <- This is what I need to pass some specific message 
                         and it won't pass through M

0 个答案:

没有答案