rdflib和gevent能很好地协同工作吗?

时间:2015-09-15 07:45:24

标签: gevent web-frameworks rdflib greenlets

rdflib(例如SPARQL / SPARQL Update)在异步Web框架设置(gunicorn / pyramid,Flask,...)中是否与gevent配合良好?其中一个目标是将更长时间运行(但不是那么长,需要外部消息队列)卸载到他们自己的greenlet worker中。

无论如何都找不到任何明确的指针。检查它不是可靠的选择,因为找出微妙的效果需要先进的测试设置。

更新:我找到了一个Flask application for provenance visualization,它正在执行socket.io,并使用gevent / gunicorn和rdflib。所以,我猜,组合是兼容的。不确定是否有警告。

0 个答案:

没有答案