-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libevent support #34
Comments
libevent is under consideration. No decision has been made yet. |
Thank you for the information. |
We will announce the decision in this thread. |
Thank you! |
Hi guys, Here is a patch to support libevent #50 UPD
Could it possibly be my fault? |
No, it's not your fault. The remote libev library was moved and install_libev needs to be changed to reflect that. It will be fixed in the next release. There hasn't been movement on libevent support in the past because libev is considered a superior framework and customers would be better served by using libev. There is, however, legacy reasons for maybe using libevent. In that view, we will review your pull request for inclusion into the C client. We are currently busy with other projects, so official libevent support will not happen immediately. |
@BrianNichols Any sense of when the official libevent support will be released ? |
We plan to release the C client this week. |
C client 4.1.3 has been released with libevent support. |
Hello, guys!
Do you plan to support libevent-based async engine? It would be very nice, because libevent is as popular as libev or libuv.
Now I use that one http://www.aerospike.com/docs/client/libevent/ , but it's closed-source and it looks a little bit outdated/frozen.
Regards
The text was updated successfully, but these errors were encountered: