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 10:58:40 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> Huh?  I understand you can write the code in such a way that it wouldn't
>> work, but why would you since you can also write it in such a way that
>> it'll work.

> AFAICS, Kim proposed that:

> - If the local system supports AF_UNIX sockets, use that;
> - If not, use AF_INET sockets

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.


        Stefan




reply via email to

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