From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 16 Mar 1995 23:15:29 -0500 From: philw@plan9.research.att.com philw@plan9.research.att.com Subject: No subject Topicbox-Message-UUID: 0826312a-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950317041529.4FNoPDCjA4FXIz7TRUCxAp4KjkMjNUuf4DBzUgfBBaE@z> >What's the recommended way to go about coding modules that have to fork >and wait and that don't stomp on each other? There is now a wait file /proc that allows this. Which does some really cool things (rob said this). You can wait for anything based on file permission regardless of who started what.