java调用进程导致挂起,linux 进程间通信

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/jiyang_1/article/details/86523184

Java 中的进程与线程

https://www.ibm.com/developerworks/cn/java/j-lo-processthread/

 When Runtime.exec() won't

http://www.javaworld.com/article/2071275/core-java/when-runtime-exec---won-t.html?page=3

 Linux进程间通信之管道(pipe)、命名管道(FIFO)与信号(Signal)

http://www.cnblogs.com/biyeymyhjob/archive/2012/11/03/2751593.html

 buffering in standard streams

http://www.pixelbeat.org/programming/stdio_buffering/

 Todd.log - a place to keep my thoughts onprogramming

http://www.cnblogs.com/weidagang2046/p/io-redirection.html

 linux cross reference

http://lxr.free-electrons.com/source/fs/pipe.c#L103

 How big is the pipe buffer

http://unix.stackexchange.com/questions/11946/how-big-is-the-pipe-buffer

猜你喜欢

转载自blog.csdn.net/jiyang_1/article/details/86523184