syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Move to libevent with libcurl #86

Open jcnelson opened 10 years ago

jcnelson commented 10 years ago

See http://curl.haxx.se/libcurl/c/hiperfifo.html. See http://curl.haxx.se/libcurl/c/curl_multi_socket_action.html.

We'll need to scale beyond select() one day; might as well use libev or libevent to do so, and update our libcurl multi usage.