ygrek/ocurl

Use the event-based API when integrating with LWT

DemiMarie opened this issue · 1 comments

LWT uses a very efficient polling mechanism (libev), whereas libcurl uses poll and/or select, which are less efficient. These bindings should let LWT to handle the polling.

ygrek commented

this is already the case