我試圖執行下列操作... Create a new process
obtain the PID of a process
put a process to sleep for a defined period of time
check process ID on the terminal
我的程序運行,但輸出是不是我希望它是和我不是很確定我要出錯的地方。感謝您的時間,我真的很感激!
在這段代碼中,(除了第二個以外忽略了所有的printf),我預計counter到最後時爲1。 int counter = 1; //GLOBAL!
int main()
{
if (fork() == 0) {
printf("child has spoken!\n");
counter--;
printf("and counter is now
我已經經歷了某種超時,當我嘗試請求相同的視頻流的兩倍,爲此我想到了一個叉能解決我的問題。 我開始之前,我使用的是third party class for video streams。使用我自己的路由系統可行,但我有上述問題。 public function stream ($req, $res) {
$video = c_video_folder . $req->get_param('