首页 > python下多进程队列创建出现IOError

python下多进程队列创建出现IOError

嗨,我的python版本是2.6.6,inux系统..我有下面这块代码片

manager = multiprocessing.Manager()
domainQueue = manager.Queue()

当我没有import进这段

import gevent.monkey
gevent.monkey.patch_socket()

代码时,运行不会出错,当我引入过后,出现如下的IOError。

IOError: [Errno 11] Resource temporarily unavailable
【热门文章】
【热门文章】