我正在嘗試爲shell編寫一個pty I/O透明過濾器。 以下示例大多適用。大多數程序按照預期與包裝程序一起運行。這個例子不做任何過濾,它的目的只是提供一個框架。 編輯:用我的答案在下面我得到了這個例子的工作。我已經更新了這個例子來反映這一點。 這裏是現在工作代碼: /*
This example is public domain. Use as you see fit.
The purpo
我試圖在C.處理器農場我先開口消息隊列,事後儘量使工作進程:(注意NROF_WORKERS 5) static void
makechildren (void) {
// Only the parent should fork. Any children created will become workers.
pid_t processID;
pid_t farm