Re: What's the status of TCP friends?
[Posted March 19, 2014 by corbet]
| From: |
| David Miller <davem-AT-davemloft.net> |
| To: |
| gnehzuil.liu-AT-gmail.com |
| Subject: |
| Re: What's the status of TCP friends? |
| Date: |
| Mon, 17 Mar 2014 23:52:32 -0400 (EDT) |
| Message-ID: |
| <20140317.235232.1343586786531900880.davem@davemloft.net> |
| Cc: |
| hannes-AT-stressinduktion.org, eric.dumazet-AT-gmail.com, netdev-AT-vger.kernel.org, bingtian.ly-AT-taobao.com, edumazet-AT-google.com, brutus-AT-google.com, panweiping3-AT-gmail.com, tmorvai-AT-gmail.com |
| Archive‑link: | |
Article |
From: Zheng Liu <gnehzuil.liu@gmail.com>
Date: Tue, 18 Mar 2014 11:13:46 +0800
> Now our program needs a IPC mechansim that can commnucate between
> two servers and provide a high performance when two processes are
> run on the same server.
Using both TCP and AF_UNIX, as needed, and dynamically, is a technique
which has been in use for more than two decades by X.
Nothing stops you from adopting such a scheme too.
Usually when I someone says "I can't" it sounds to me more like "I've
decided to stop trying to think of a way to make it work."