摘要: https://www.cnblogs.com/yiwangzhibujian/p/7053840.html 为什么说Redis是单线程的以及Redis为什么这么快! 参考文章:https://blog.csdn.net/xlgen157387/article/details/79470556red 阅读全文
posted @ 2019-01-16 19:40 长安某~ 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 参考文章:https://mp.weixin.qq.com/s?__biz=MzA3MTUzOTcxOQ==&mid=2452965629&idx=1&sn=4963ff5f0ce72a72e36a8bf6f94e1443&scene=21#wechat_redirect 缓存概述 概念:用于储存数 阅读全文
posted @ 2019-01-16 15:44 长安某~ 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 线程池使用注意:在使用线程池的时候若碰到线程数量高居不下,试试加上下面:if not hasattr(threading.current_thread(), "_children"): threading.current_thread()._children = weakref.WeakKeyDic 阅读全文
posted @ 2019-01-16 09:34 长安某~ 阅读(107) 评论(0) 推荐(0) 编辑