Path: utzoo!mnetor!uunet!nuchat!peter From: peter@nuchat.UUCP (Peter da Silva) Newsgroups: comp.sys.amiga Subject: Re: IPC - A proposal Message-ID: <739@nuchat.UUCP> Date: 7 Mar 88 00:42:45 GMT References: <5375@well.UUCP> Organization: Public Access - Houston, Tx Lines: 26 In article <5375@well.UUCP>, shf@well.UUCP (Stuart H. Ferguson) writes: > inter-process communication. With products like ARexx and Browser coming > out, we may get stuck with a "de-facto" standard which may not be well > designed, or several "standards" that are mutually incompatable. ("It's > supports ARexx, but does it support Browser?") I'm insulted. The Browser Message will be of this form: struct BrowserMessage { struct Message b_message; ULONG b_id; /* 'BRWS' */ ULONG b_len; /* sizeof(struct BrowserMessage) - sizeof(struct Message) */ ULONG b_type; /* 'ADD ' or 'DEL ' */ ULONG b_lock; /* directory lock of file */ char *b_name; /* name of file */ }; You loacte the port to send this message with FindPort("BROWSER"); Any objections? -- -- a clone of Peter (have you hugged your wolf today) da Silva `-_-' -- normally ...!hoptoad!academ!uhnix1!sugar!peter U -- Disclaimer: These aren't mere opinions... these are *values*.