Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在多线程系统中,是否可以让一个进程的一个线程等待 I/O,而同一个进程的另一个线程做一些与该进程相关的其他工作?
如果可能的话,关于进程的状态可以说什么?是运行状态还是阻塞状态?
能说什么呢?进程的等待下一条消息线程正在等待。进程的最后一条消息正在处理中。
即,您根据线程的状态来描述进程的状态。