emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 100% CPU on TCP servers (on Windoze).


From: Stefan Monnier
Subject: Re: 100% CPU on TCP servers (on Windoze).
Date: Sat, 15 Jul 2006 18:02:34 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> That's for local connections.  If you want to allow remote connections, of
>> course you'll use a TCP socket either way (maybe additionally to a unix
>> socket).
>> I see no problem here.

> Uh? Are you proposing that the server can use simultaneously a Unix
> socket for local connections and a TCP socket for remote ones?

Why not, if that's necessary (don't know that it is, and don't know that it
isn't either).

> Or (what I thought) that the server be configurable to use either Unix
> sockets (which would naturally limit the connections to local ones) or
> TCP sockets?

The config var should enable/disable remote connections.
The use of Unix sockets vs TCP sockets is an implementation detail.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]