有哪些應用場景適合用python的gevent來完成
1 回答

臨摹微笑
TA貢獻1982條經驗 獲得超2個贊
1.游戲服務器,基本是gevent ,tornado,twisted三選一,如游戲服務器框架gfirefly
2.爬蟲,gevent的pool是個大殺器
3.使用gevent加速web應用,如flask搭配gevent,還可以實現長連接(ajax方式),websocket
gevent一般高并發用的比較多,goagent也使用了gevent,openstack使用了eventlet,這是gevent的胞弟
- 1 回答
- 0 關注
- 1084 瀏覽
添加回答
舉報
0/150
提交
取消