About "./configure" Checking the build environment
Marc Lehmann
schmorp at schmorp.de
Wed Jun 26 00:51:43 CEST 2019
On Wed, Jun 26, 2019 at 03:43:33AM +0800, CandyMI <869646063 at qq.com> wrote:
> I checked and found that the "./configure" file was taken from the package file of libev-4.25.tar.gz.
Good to hear :)
> By the way, I saw the macro definition of IOCP in "ev.c". Does it mean that libev will have a plan supported by the Windows platform?
libev has pretty much always (at least since 2007) supported windows using
its select backend.
the reference to iocp is a reference to windows i/o control ports, for
which I tried to make a more performant interface, but it turned out that
iocps (at least at the time) only supported very few handle types, many
tcp socket types not among them, so it would be even less useful than
select which at least seems to support all socket types, and the code was
dropped.
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / schmorp at schmorp.de
-=====/_/_//_/\_,_/ /_/\_\
More information about the libev
mailing list