Re: blocking IPC
From: Valentin Nechayev (netch_at_segfault.kiev.ua)
Date: 05/30/03
- Next message: Valentin Nechayev: "Re: getty"
- Previous message: Kurtis D. Rader: "Re: file locking question"
- In reply to: Leonidas Petrauskas: "blocking IPC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 30 May 2003 08:15:12 +0300
>>> Leonidas Petrauskas wrote:
LP> what is the best way for blocking on a condition?
LP> Situation: process A spawns child B,
LP> B waits for messages from A.
LP> When A sends B a message, it blocks until
LP> receiving answer from B.
Unnamed pipes. They doesn't pollute any namespace.
LP> Waiting has to be effective also (no busy loops).
Of course.
-netch-
- Next message: Valentin Nechayev: "Re: getty"
- Previous message: Kurtis D. Rader: "Re: file locking question"
- In reply to: Leonidas Petrauskas: "blocking IPC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|