首页 >  Term: concurrent processing
concurrent processing

The simultaneous execution of several interrelated computer programs. A sequential computer program consists of a series of instructions to be executed one after another. A concurrent program consists of several sequential programs to be executed in parallel. Each of the concurrently executing sequential programs is called a process. Process execution, although concurrent, is usually not independent. Processes may affect each other's behavior through shared data, shared resources, communication, and synchronization.

0 0

创建者

  • Francisb
  •  (Platinum) 6779 分数
  • 100% positive feedback
© 2025 CSOFT International, Ltd.