用来运行时动态修改已有的代码,而不需要修改原始代码,在gevent【协程】中。会在开头的地方gevent、monkey、patch_all(),把标准库中thead、sockcet等给替换掉,这样我们后面使用socket的时候能够寻常一样使用,无需改动代码,可以使他变成非阻塞的。
相关文章
- 03-19python,monkey-patch【猴子补丁】
- 03-19python – eventlet.greenthread.sleep在猴子修补环境中的VS time.sleep
- 03-19猴子补丁(Monkey Patching)
- 03-19猴子补丁
- 03-19Python Monkey patch猴子补丁
- 03-19python – Matplotlib圆形补丁没有光滑的边缘
- 03-19daf--自定义封装返回response对象及猴子补丁概念
- 03-19python第三十八天,(线程回调,线程中的队列,事件,greentlet模块,gevent模块,自定义补丁) 单线程实现并发,协程
- 03-19python – gunicorn gevent猴子修补threadlocals自动成为greenlet-locals吗?
- 03-19第二种方式,修改python unittest的执行顺序,使用猴子补丁