使用 libdrizzle 作为异步 mysql 连接器

发布于 2024-11-13 06:12:08 字数 419 浏览 1 评论 0原文

我有兴趣使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萧瑟寒风 2024-11-20 06:12:08

您可能想看看 github 上的 ngx_drizzle (drizzle-nginx-module)。

从模块描述来看:

这是一个 Nginx 上游模块,以非阻塞和流的方式将 libdrizzle 集成到 Nginx 中。

本质上,它为 nginx 内部访问 MySQL、Drizzle 以及其他支持 Drizzle 或 MySQL 有线协议的 RDBMS 提供了一种非常高效且灵活的方式。它还可以充当这些 RDBMS 后端的直接 REST 接口。

如果您使用MySQL,则需要MySQL 5.0 ~ 5.5。我们不确定 MySQL 5.6+ 是否可以工作;欢迎举报!

You might want to take a look at ngx_drizzle (drizzle-nginx-module) at github.

From module description:

This is an nginx upstream module integrating libdrizzle into Nginx in a non-blocking and streamming way.

Essentially it provides a very efficient and flexible way for nginx internals to access MySQL, Drizzle, as well as other RDBMS's that support the Drizzle or MySQL wired protocol. Also it can serve as a direct REST interface to those RDBMS backends.

If you're using MySQL, then MySQL 5.0 ~ 5.5 is required. We're not sure if MySQL 5.6+ work; reports welcome!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文