From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9a6a6d2af56b7f808af4057c6d501fc9@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] events From: "Russ Cox" In-Reply-To: <2f9b2fbae43d5ebcc2fc6068d5635dd8@plan9.escet.urjc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 19 Feb 2003 09:13:25 -0500 Topicbox-Message-UUID: 6983a35a-eacb-11e9-9e20-41e7f4b1d025 While the program is sitting there doing nothing, you can cat its /proc/pid/fd file to see what the read offset on the pipe is -- that will tell you whether the slave process has read any data from the pipe. If not, your generator program is not generating. Russ