码迷,mamicode.com
首页 > 编程语言 > 详细

线程绑定到指定CPU

时间:2021-06-21 20:34:49      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:图片   open   weixin   pid   ati   load   try   com   init   

参考:https://mp.weixin.qq.com/s/494wqyxyFzDuGwG_51tFbQ

        <dependency>
            <groupId>net.openhft</groupId>
            <artifactId>affinity</artifactId>
            <version>3.20.0</version>
        </dependency>
    public static void main(String[] args) {

        try (AffinityLock affinityLock = AffinityLock.acquireLock(3)) {
            // do some work while locked to a CPU.
            while (true) {
            }
        }

    }

技术图片

线程绑定到指定CPU

标签:图片   open   weixin   pid   ati   load   try   com   init   

原文地址:https://www.cnblogs.com/lanqie/p/14912016.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!