
集群、分布式、多线程
jgo
这个作者很懒,什么都没留下…
展开
-
Cluster文章链接
Session Replication in Tomcat 5 ClustersThe Tomcat 5 server provides built-in support for clustering and session replication. This first article in this series will provide an overview of session pe转载 2004-11-30 10:58:00 · 1426 阅读 · 0 评论 -
线程、并发设计的链接
Java theory and practice: Going atomic 来自ibmdevWork的文章Until JDK 5.0, it was not possible to write wait-free, lock-free algorithms in the Java language without using native code. The addition of the转载 2004-11-30 10:55:00 · 1039 阅读 · 0 评论 -
Garbage Collection
Reference Objects and Garbage CollectionThe Reference Object application programming interface (API) is new in the Java Development Kit (JDK) 1.2. This API allows a program to maintain special refer转载 2004-12-16 17:30:00 · 1068 阅读 · 0 评论