Phus Lu
unread,Jan 31, 2012, 3:36:41 AM1/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gevent: coroutine-based Python network library
Hi list,
when i read gevent/monkey.py, I'm puzzled that why `patch_all`
function does not patch Queue.Queue. As we known, many socket based
libs: like pymongo/pycassa, use Queue.Queue implement the `connection
pool`. so I'm not sure that if i patch Queue.Queue witch
gevent.queue.Queue, will it bring some bug?
Thank you!
Phus