产生死锁 meaning in Chinese
produce of deadlock
Examples
- A deadlock condition can result if the parent process calls
避免产生死锁情况。如果父进程在 - Invoke wherever possible , because it is asynchronous and thus less prone to deadlock
,因为前者是异步的,不那么容易产生死锁。 - The code example avoids the deadlock condition by performing asynchronous read operations on the
流执行异步读取操作避免产生死锁情况。 - And the child process writes enough text to fill its error stream
P . standarderror . readtoend ,并且子进程写入足够多的文本以填充错误流,就会产生死锁情况。 - Alternately , you can avoid the deadlock condition by creating two threads and reading the output of each stream on a separate thread
或者,您还可以通过创建两个线程并读取每个线程中每个流的输出来避免产生死锁情况。