Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 多线程编程技术 线程(thread)技术早在60年代就被提出,但真正应用多线程到操作系统中去,是在80年代中期,solaris是这方面的佼佼者。传统的 Unix也支持线程的概念,但是在一个进程(process)中只允许有一个线程,这样多线程就意味着多进程。
  • 高性能mysql英文版-第三版 ... 210 The Query Cache 214 The Query Optimization Process 214 The Query Execution Engine ...
  • 多线程学习文档 进程(Process)是Windows系统中的一个基本概念,它包含着一个运行程序所需要的资源。进程之间是相对独立的,一个进程无法访问 ... 或多个上下文context,使用上下文CLR就能够把某些特殊对象的状态放置在不同容器当中。 线程(Thread)是进程中的基本执行单元,在进程入口执行的第一个线程被视为这个进程的主线程。 ... 系统就会自动创建一个主线程。线程主要是由CPU寄存器、调用栈和线程本地存储器(Thread Local Storage,TLS)组成的。CPU寄存器主要记录当前所执行线程的状态,调用栈主要用于 ...
  • Android面试宝典 ... 模式-1 深刻剖析activity启动模式-2 深刻剖析activity启动模式-3 Activity Task和Process之间的关系 为什么service里面startActivity抛异常 App优雅退出 onCreate源码分析 Service相关面试题 IntentService源码分析 Service是否在main thread中执行, service里面是否能执行耗时的操作? Android面试题-Service不死 ...
  • Java.9.Concurrency.Cookbook.2nd.Edition.2017.4.pdf ... and use all their intermediate and terminal operations to process big collections of data in a parallel and functional ... whole range of recipes for almost everything, such as thread management, synchronization, executors, parallel and reactive streams, and ...
  • UNIX环境高级编程英文第三版+源码 ... 299 9.9 Shell Execution of Programs 303 9.10 Orphaned Process Groups 307 9.11 FreeBSD Implementation 310 9.12 Summary 312 ... 12.4.4 Barrier Attributes 441 12.5 Reentrancy 442 12.6 Thread-Specific Data 446 12.7 Cancel Options 451 12.8 Threads ...
  • 进程与线程_动力节点Java学院整理. ... (操作系统)提供的功能进行进一步的封装,以平台无关的编程接口供程序员使用,进程与线程作为操作系统核心概念的一部分无疑亦是如此。在 Java 语言中,对进程和线程的封装,分别提供了 ProcessThread 相关的一些类。本文首先简单的介绍如何使用这些类来创建进程和线程,然后着重介绍这些类是如何和操作系统本地进程线程相对应的,给出了 Java 虚拟机对于这些封装类的概要性的 ...
  • Linux System Programming, 2nd edition.pdf ... mappings, and optimization techniques The family of system calls for basic process management Advanced process management, including real-time processes Thread concepts, multithreaded programming, and Pthreads File and directory management Interfaces for ...
  • CUDA-Sobel-Filter-master ... basic sobel filter running through just the cpu on a single thread, another runs through openmp to parallelize the single threaded cpu function ... is ran, the only difference will be the time taken to process each method. In most cases, the CPU will run the ...
  • KafkaOffsetMonitor监控工具2017年1月发布的版本 ... new function. Add robustness to the log-end-offset getter thread: No longer shutting down the application on error. Instead, ... on error before re-creating client and continuing to process Deal with thread-safety issues on shared memory between threads that ...