JVM 기타

Java 2009. 1. 30. 13:49


기타  :
    Linux : NGPT -> NPTL
    NPTL Highlights: (Red Hat 9 by default)
        * O(1) scheduler, which claims to scale better.
        * Signal delivery is now POSIX-compliant.
        * No hard limit on the number of threads. The only limit is address space (32bit) or physical memory.
        * Synchronization is done by the new futex interface within kernel.
        * Faster thread creation.



'Java' 카테고리의 다른 글

SimpleDateFormat -> FastDateFormat  (1) 2009.06.29
용어 설명  (0) 2009.02.23
jconsole test - (sun jdk 1.5)  (0) 2009.02.23
SUN JDK 1.4.2 Heap dump Option  (0) 2009.01.30
Sun JVM Monitoring  (0) 2009.01.30
JVM spec  (0) 2009.01.30
SUN JDK 1.4.2, 1.5 GC Option  (0) 2009.01.30
SUN JDK 1.4.2 GC 정책  (0) 2009.01.29