Is there a way to force the JVM to run on a single processor or Core.
        Posted  
        
            by richs
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by richs
        
        
        
        Published on 2010-05-03T13:42:29Z
        Indexed on 
            2010/05/03
            13:48 UTC
        
        
        Read the original article
        Hit count: 276
        
java
|concurrency
In Java, is there a way to force a JVM instance to run on a single CPU/Core.
Additionally is there a way for given thread to figure out what CPU it is running on?
© Stack Overflow or respective owner