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: Eli Zaretskii
Subject: Re: 100% CPU on TCP servers (on Windoze).
Date: Fri, 14 Jul 2006 16:40:06 +0300

> From: address@hidden (Kim F. Storm)
> Date: Fri, 14 Jul 2006 15:24:23 +0200
> Cc: Emacs Devel <address@hidden>
> 
> Here is something which actually seems to work -- provided
> we can use ws2_32.dll:

We could test that dynamically: if LoadLibrary fails for ws2_32.dll,
fall back on wsock32.dll, and use the old code.  The rest of the code
can test if pfn_WSAEventSelect and pfn_WSACreateEvent are non-NULL to
DTRT.

I asked Jason to comment on this, let's wait for his response.




reply via email to

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