书栈网 · BookStack 本次搜索耗时 0.068 秒,为您找到 13167 个相关结果.
  • Three-node Hybrid Deployment

    Best Practices for Three-Node Hybrid Deployment Prerequisites for deployment and the test method Parameter adjustment Configuration of TiKV thread pool size readpool.unified.max-t...
  • OSAL

    OSAL Overview Summary Files Data Structures Macros Typedefs Enumerations Functions Details Macro Definition Documentation OSAL_READB OSAL_READL OSAL_RE...
  • 6. CPU 调度

    6. CPU 调度 实验要求 实验指导 6. CPU 调度 文档更新 2020-02-26 号进行了一些更新 修改了测试文件 删掉了对 sys_wait 的需求 在文件末尾增加了测评方式 实验要求 阅读理解文档第七章。 理解 rcore 中实现的 Round Robin 调度算法。 编程:将 Round Robin 调度算法 ...
  • Java程序死锁问题原理及解决方案

    死锁描述 银行家算法 死锁示例 结束语 Java 语言通过 synchronized 关键字来保证原子性,这是因为每一个 Object 都有一个隐含的锁,这个也称作监视器对象。在进入 synchronized 之前自动获取此内部锁,而一旦离开此方式,无论是完成或者中断都会自动释放锁。显然这是一个独占锁,每个锁请求之间是互斥的。相对于众多高级...
  • 多线程

    typora-copy-images-to: img 1. 多线程概述 1.1 多线程引入 1.2 多线程概述 1.2.1 什么是进程? 1.2.2 多进程有什么意义呢? 1.2.3 什么是线程? 1.2.4 多线程有什么意义呢? 1.2.5 线程与进程的关系 1.2.6 进程与线程的区别 1.2.7 什么是并行、并发呢? 1.3 Jav...
  • Navigate a report

    Navigate a Systrace report Elements of a typical report User interactions CPU activity System events Display frames Keyboard shortcuts Investigate performance problems Identi...
  • Scheduling

    423 2020-09-03 《PonyLang Tutorial》
    FFI and monopolizing the scheduler Long running behaviors The Pony scheduler is not preemptive. This means that your actor has to yield control of the scheduler thread in order ...
  • Multi-Threading

    Multi-Threading Starting Julia with multiple threads Threadpools Communication and synchronization Data-race freedom The @threads Macro Atomic Operations Per-field atomics S...
  • Critical Analyzer

    1. What to Expect There are a few things that can go wrong on a production environment: Bugs, for more than we try they still happen! We always try to correct them, but that’s ...
  • Critical Analyzer

    1. What to Expect There are a few things that can go wrong on a production environment: Bugs, for more than we try they still happen! We always try to correct them, but that’s ...