From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,923442e89dc4bf65,start X-Google-Attributes: gid103376,public From: NoName Subject: Need Info On Process Synchronization Date: 1998/02/05 Message-ID: <34D9EF4B.6A52@flinet.com>#1/1 X-Deja-AN: 322352344 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Reply-To: diespammer@flinet.com Content-Type: text/plain; charset=us-ascii Organization: NoOrg Newsgroups: comp.lang.ada Date: 1998-02-05T00:00:00+00:00 List-Id: I'm reviewing some applications which currently connect a workstation to an embedded system and synchronize the two for communication. Some of the sync is supported by hardware and some is done by software. We also sync up two redundant processors in the embedded box done mostly with software. I'm interested in the potential for running the embedded code on the workstation and communicating with the monitor software through some form of inter-process pipeline supported by the OS. (Needs to be moderately portable across different OS's) What I'm hoping to find is a book or web page article or other resource that discusses the basics of this sort of communication and syncronization, describing algorithms for doing this. I don't really want something that discusses TCP/IP or some other underlying mechanism - although this may end up of interest eventually. Mostly something introductory that wants to talk about how one piece of software cycling on one processor or process can sync up with a similar piece of software so that they can transfer data that is consistent with the time slot that they are in. I'm aware of some techniques in this matter, but I want to survey a variety of approaches to see what might work better. If you know of some books on the topic or other resources, please pass the info on to me. If you post to this newsgroup, I would appreciate it if you could cc me at CONDICMA@PWFL.COM Thanks for any help you can provide. -- Marin David Condic "The speed with which people can change a courtesy into an entitlement is awe-inspiring." -- Miss Manners, February 8, 1994