runspider.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:crwy 作者: wuyue92tree 项目源码 文件源码
def multi_coroutine(self, spider_name, coroutine):
        try:
            coroutine = int(coroutine)
        except ValueError:
            print('ERROR: coroutine must be int!!!')
            sys.exit(1)

        from gevent import monkey
        monkey.patch_all()

        gevent.joinall([
            gevent.spawn(self.execute, spider_name) for i in
            xrange(coroutine)
        ])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号