You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Michael Dagaev <mi...@gmail.com> on 2008/10/22 21:06:45 UTC

Question on RPC transport

Hi, All

    As I understand, hbase clients use TCP sockets to communicate with
hbase servers.
What if the clients and servers are running in the same host ?  Would
not it be more efficient
to use another transport (e.g. shared memory for the inter-process
communication) ?

Thank you for your cooperation,
M.