将 SQLalchemy 与 gevent 一起使用安全吗?

发布于 2024-09-28 22:51:12 字数 212 浏览 3 评论 0原文

我知道一些数据库驱动程序和其他提供与外部服务连接的库与基于协程的网络库不兼容。但是,我无法确定 SQLAlchemy 是否可以安全地与此类库(即 gevent)一起使用,以及是否应应用任何解决方法来排除可能的错误。

您能否告诉我这一点,或者向我指出一篇可以阅读此信息的文章?如果提供的答案还包含对为什么可以或为什么不行的机制的解释,请额外表示“谢谢”。 :-)

I know that some database drivers and other libraries providing connection to external services are incompatible with coroutine-based network libraries. However, I couldn't find out if SQLAlchemy can be safely used with such libraries (namely, gevent), and if any workarounds should be applied to exclude possible errors.

Can you either tell me that or point me to an article where I can read this information? An additional 'thank you' if the provided answer also contains explanation of the mechanics of why it is okay or why it isn't. :-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

闻呓 2024-10-05 22:51:12

您是否尝试过在 gevent google 群组中搜索 SQLAlchemy

我找到了成功使用 SQLAlchemy + mysql-connector 的报告以及使用 < a href="http://groups.google.com/group/gevent/msg/b685a58ba81a7e30" rel="noreferrer">SQLAlchemy + psycopg2 成功(确保您已阅读此内容

我认为 SQLAlchemy 应该可以安全地与 gevent 一起使用,只要数据库驱动程序SQLAlchemy 使用是安全的,但我自己没有尝试过,只是根据其他用户的报告得出的。

Did you try searching gevent google group for SQLAlchemy?

I found this report of using SQLAlchemy + mysql-connector successfully and this of using SQLAlchemy + psycopg2 successfully (make sure you've read this)

I would think SQLAlchemy should be safe to use with gevent as long as the database driver that SQLAlchemy uses is safe, but I've not tried it myself and only basing this on the reports from other users.

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