标签:收集 param build ons 代理服务 变量 bytes 端口 退出
/* fork children */ for (i = 0; i < clients; i++) { pid = fork(); if (pid <= (pid_t) 0) { /* child process or error*/ sleep(1); /* make children faster */ break; } }
标签:收集 param build ons 代理服务 变量 bytes 端口 退出
原文地址:http://www.cnblogs.com/xxfcz/p/6165264.html