使用 libdrizzle 作为异步 mysql 连接器
我有兴趣使用 libdrizzle
作为 C++ 应用程序的 mysql db 的通用异步连接器(实际上作为 hiberlite)。从今年年初开始,libdrizzle 不再是一个单独的项目,它合并到同一个 drizzle 项目中,因此作为单独的项目安装依赖性(与其余的毛毛雨无关)可能会变得稍微复杂一些。
我想知道人们是否使用这个库来连接 MySql 或 MariaDB,可能会进行一些米老鼠基准测试,以粗略地了解它相对于同步默认驱动程序的情况。
此外,对安装、设置困难、陷阱(文档基本上不存在)的评论将不胜感激。
I'm interested in using libdrizzle
as a generic asynchronous-capable connector for mysql db for a c++ application (actually as a backend for hiberlite). Since early this year libdrizzle is no longer a separate project and its merged in the same drizzle project, so installing as a separate dependency (unrelated to the rest of drizzle) might have become slightly more complex.
I'm wondering if people has used this library for interfacing to MySql or MariaDB, probably make some mickey mouse benchmarks to have a rough idea how it stands relative to the synchronous default driver.
Also, comments on difficulties to install, setup, pitfalls (the documentation is essentially nonexistent) would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想看看 github 上的 ngx_drizzle (drizzle-nginx-module)。
从模块描述来看:
You might want to take a look at ngx_drizzle (drizzle-nginx-module) at github.
From module description: