X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=pz8Eoo0JRNyS74PCIwKhpoAPcQbi
	D9orZGv4mcm/WcKky5u7P7fIFTVjofmSV4B3XVqonqq5ItmPomaQIdbHaARvCrBZ
	svRl3hYm2F6/aT/2vWG6xVz5FfIQtL84FOOY5iWl26cYsaBmq8dcik3KAGpA01PV
	N2MiKtlue2YDxjY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=qX233yT1R5nPAj5STb3dqBV6H2M=; b=mX
	3DIimaR+rt4oCtYl4JKRSssUHpFKLyQRFTzQ7+bXJfTqSmVA011le4t0AW6XDzcN
	kvJuCjE5KEw7MSDBb8CJnz3+G+zhoMG8qYK/n4xItyt2IZSKRJS3jiQ+I5q9E8oH
	2BqJ9DJ4k2ZU3z9JjNFdTzDu5moZgyTpMvsVA9vys=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: etr-usa.com
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\))
Subject: Re: Can MKS Toolkit and Cygwin safely co-exist on Windows servers?
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <CADex0xxJB45bX66GMTbVwG9kk0k8F2F2fG-on7p9U_ke_Qi0Uw@mail.gmail.com>
Date: Mon, 16 Nov 2015 18:00:51 -0700
Message-Id: <1E9F1D48-CCAF-454A-B2B0-53CF8EA280F2@etr-usa.com>
References: <CADex0xxJB45bX66GMTbVwG9kk0k8F2F2fG-on7p9U_ke_Qi0Uw@mail.gmail.com>
To: The Cygwin Mailing List <cygwin@cygwin.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id tAH11CjZ010747

On Nov 16, 2015, at 5:54 PM, Kenneth Wolcott <kennethwolcott@gmail.com> wrote:
> 
>  If I were to install Cygwin, would it conflict with MKS Toolkit?

It shouldn’t.

However, you cannot expect any cross-process mechanisms to work correctly across that boundary like pipes, shared memory, and other forms of IPC that don’t map 1:1 to native Windows mechanisms.

(So, TCP/IP will be compatible across the boundary, since both MKS and Cygwin implement BSD sockets in terms of Winsock.)

>  Secondly, I'm really confused about 32bit versus 64bit servers;
> should I just use 32bit Cygwin to be sure?

Almost certainly not: http://stackoverflow.com/a/18333049


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


