摘要: 面试问我,创建多少个线程合适?我该怎么说 来源公众号:于日拱一兵作者:tan日拱一兵 你有一个思想,我有一个思想,我们交换后,一个人就有两个思想 If you can NOT explain it simply, you do NOT understand it well enough image 阅读全文
posted @ 2020-07-17 17:19 Kris-Q 阅读(188) 评论(0) 推荐(0)
摘要: 来源:https://blog.csdn.net/francis123580/article/details/82500700 Redis是单线程架构,在高并发的场景下,如果出现阻塞,会有严重后果,以下就是对阻塞问题的分析排查和解决 内在原因 API 或 数据结构 使用不合理 排查: 发现慢查询:执 阅读全文
posted @ 2020-07-17 10:53 Kris-Q 阅读(5350) 评论(0) 推荐(0)