[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs.bash?
From: |
Juanma Barranquero |
Subject: |
Re: emacs.bash? |
Date: |
Wed, 29 Oct 2008 17:20:37 +0100 |
On Wed, Oct 29, 2008 at 16:36, Chong Yidong <address@hidden> wrote:
> Is it generally useful to connect to the server via TCP? Or is it
> useful only on systems without local sockets?
TCP allows connecting from remote machines (though you still need
access to the server file), and supports a very trivial scheme for
authentication. Other than that, there is no benefit in using it on
systems with local sockets.
Juanma