2014年7月28日

python 线程,GIL 和 ctypes

摘要: 转自 http://zhuoqiang.me/python-thread-gil-and-ctypes.htmlGIL 与 Python 线程的纠葛GIL 是什么东西?它对我们的 python 程序会产生什么样的影响?我们先来看一个问题。运行下面这段 python 程序,CPU 占用率是多少?# 请... 阅读全文

posted @ 2014-07-28 21:24 春之晓者 阅读(183) 评论(0) 推荐(0) 编辑

导航