pymongo + gevent: throw me a banana and just monkey_patch?

后端 未结 2 441
终归单人心
终归单人心 2021-02-02 17:20

Quickie here that needs more domain expertise on pymongo than I have right now:

Are the \"right\" parts of the pymongo driver written in python for me to call gevent mo

2条回答
  •  臣服心动
    2021-02-02 17:49

    On initial inspection it doesn't appear to do any socket operations in the c code so it should be fine (blocking ops should just block the green thread).

提交回复
热议问题