Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!cwruecmp!neoucom!cbosgd!soma!Stan From: stan@drillsys (Stan Hanks) Newsgroups: mod.computers.masscomp Subject: Re: Shared memory examples sought Message-ID: <939@soma.UUCP> Date: Mon, 23-Jun-86 17:36:51 EDT Article-I.D.: soma.939 Posted: Mon Jun 23 17:36:51 1986 Date-Received: Tue, 24-Jun-86 17:25:54 EDT Sender: masscomp@soma.UUCP Organization: Teleco Oilfield Services -- Drilling Systems Technology, Houston, Tx Lines: 138 Approved: masscomp@soma.uucp In-Reply-To: <923@soma.UUCP> I recently finished a similar application for a positron emision scanner. I'm not convinced that this is the best way to solve the problem, but it certainly is one way. Being a casual reader of this news group (Stan Barber is a good friend and I occasionally do joint work with him on their Masscomp) and not normally running System V (I'm actually a Sun OEM), I can't well include code and say "Here, this works". And as the previously mentioned work is copyrighted and owned by the company who leased me to do it, I can't include it either. But, here is a scetch of how it goes. Holler if you need more detail; I'll get onto a System V machine and pound out the details. ============================================= #include #include #include /* warning! good for 32 bit unsigned only !!!! */ #define BIS(flag, bit) flag |= (1<