I am tasked with making our server, presently targeting *nix, run on 
Windows. The server relies heavily on libev and libeio, neither of which I 
know very well (at all, in fact). 

I am facing the choice between (1) making libeio and libev windows-happy, 
or (2) moving the server onto libuv. 

Can anyone give me a rough idea of the relative difficulty/merits/demerits? 
I am just looking for order-of-magnitude here. In particular, can I just 
splice in some new headers, do a global search-and-replace, and walk away 
with a shiny new libuv-based server, or is there much grotty structural 
work to be done? 


By the way, the select() barrier of 64 connections and the related 
performance issues loom large in our application.



-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to