This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can MKS Toolkit and Cygwin safely co-exist on Windows servers?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]