| 释义 |
concurrent processes 并行[发]进程 Processes that may execute in parallel on multiple processors or asynchronously on a single processor. Concurrent processes may interact with each other, and one process may suspend execution pending receipt of information from another process or the occurrence of an external event. 可以并行地在多处理机上执行或异步地在单处理机上执行的若干进程。诸并行进程可以相互作用,一个进程在 接受另一进程的信息之前或一外部事物出现之前可以把执行挂起。对照sequential processes。 |