Two important concurrency models that are not covered in this article are communicating sequential processes (CSP) and software transactional memory (STM).
本文中未涉及的两个重要并发模型是通信顺序进程(CSP)和软件事务内存(STM)。
2
Every location in main memory is numbered with a sequential numeric address by which the memory location is referred.
主存中的每个位置都使用连续的数字地址编号,内存位置就使用这个地址来引用。
3
The other problem with using this for larger buffers is that since it allocates non-paged memory, it would need to allocate a large block of sequential non-paged memory.