Skip to content

Asynchronous C Client RFC

Brett Hazen edited this page Mar 26, 2014 · 2 revisions
  • Jon has made it clear that a single (sync/async) interface is important
  • Also asynchronous support is necessary
  • Currently Libevent is standard
  • Glib has its own platform independent async framework
  • Libuv makes integration with node.js
  • Been playing with Hiredis client which already supports libevent, libuv, libev and ae

Questions

  • Should we have a pluggable framework?
  • Would other languages (like PHP) benefit from pluggable event API?
Clone this wiki locally