英文: how can i run these two proceses normally in c language? 问题 这段代码运行正常,但消费者进程不工作,我尝试获取producer_pid...
如何在C语言中正常运行这两个进程?
英文: how can i run these two proceses normally in c language? 问题 这段代码运行正常,但消费者进程不工作,我尝试获取producer_pid...
内存泄漏在子进程中。如何处理子进程中的内存。
英文: Memory leak in child process. How to handle memory in child processes 问题 node->path 和 node-&g...
为什么在使用kill()后,子进程会变成僵尸进程?
英文: Why is the child process a zombie after kill() it 问题 我有一个多进程程序。简要说明问题,子进程将被阻塞,主进程判断子进程是否仍然存在,如果存...
fgets函数在多个进程同时运行时存在问题。
英文: Problems with fgets function while multiple processes are running 问题 我不确定为什么,但是fgets这行代码被跳过了,当我将...
打印行为使用fork()在C中。
英文: Printing behavior using fork() in C 问题 I started learning about forks, but I don't understand wh...
How to print PID of grand child in parent without using pipe? How to count number of child processes and grand child processes?
英文: How to print PID of grand child in parent without using pipe? How to count number of child proce...
子进程在fork()之后是否共享stdio流(FILE *)的偏移量(以及与父进程共享)?
英文: Do child processes share stdio streams (FILE *) offsets form (and with) parent after a fork()? 问...
GoLang 导入 forked 的第三方库
英文: GoLang import forked 3rd party 问题 我的情况有点棘手。 我正在使用两个第三方库,我们称它们为A和B,而且A正在使用B。 现在,我分叉了B,所以我有了Forked...
获取 “fork/exec /usr/bin/wc: 资源暂时不可用” 的错误信息。
英文: Getting "fork/exec /usr/bin/wc: resource temporarily unavailable" 问题 我正在尝试使用golang执行ne...