From owner-freebsd-questions Sat Feb 3 14:20:38 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07226 for questions-outgoing; Sat, 3 Feb 1996 14:20:38 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA07217 for ; Sat, 3 Feb 1996 14:20:32 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA04522; Sat, 3 Feb 1996 15:19:03 -0700 From: Terry Lambert Message-Id: <199602032219.PAA04522@phaeton.artisoft.com> Subject: Re: sco emulation To: dphillip@tabfs.com (Dale Phillips) Date: Sat, 3 Feb 1996 15:19:03 -0700 (MST) Cc: freebsd-questions@freebsd.org In-Reply-To: <9602031243.aa13210@svr.tabfs.com> from "Dale Phillips" at Feb 3, 96 12:43:30 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > A qusetion of what I need to do ... > > On the same machine is it possible to run one app that is a sco binary and > another app that is designed and built for BSDi - at the same time with data > transfer happening? > > What prompts this question - is the sco emulation an all or nothing type of > emulation ... like dos merge (bad parrallel -sorry) The answer is "yes, provisionally". It depends on how you are sharing data between the apps. I believe pipes and sockets will both work, shared memory depends on the packing and ordering and alignment from both machines on the dsata in the shared semnet, and SYSV IPC probably won't be happy (just a gut feeling, since no one is doing a lot of this). They'll definitely run dsimultaneously -- and Linux, and NetBSD and FreeBSD binaries, and DOS (under PCEMU) and Windoes (under Willows) and Mac (under Executor under Linux) and Commodore64 under the XC64, and... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.