摘要: Tomcat 8熵池阻塞变慢详解 Tomcat 8启动很慢,且日志上无任何错误,在日志中查看到如下信息: 原因 Tomcat 7/8都使用org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom类产生安全随机类SecureR 阅读全文
posted @ 2016-11-15 09:16 艺术素描 阅读(233) 评论(0) 推荐(0) 编辑
摘要: function CAS8(const oldValue, newValue: byte; var destination): boolean;asm lock cmpxchg byte ptr [destination], newValue setz alend; { CAS8 }function CAS32(const oldValue: pointer; newValue: pointer; var destination): boolean;asm lock cmpxchg dword ptr [destination], newValue setz alend; ... 阅读全文
posted @ 2014-02-21 16:09 艺术素描 阅读(187) 评论(0) 推荐(0) 编辑