X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <474B8082.3000201@pacific.net.sg> Date: Tue, 27 Nov 2007 10:27:14 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: New to cygwin References: <801613440711260934j5821922r1cbb855bbbd5a3eb AT mail DOT gmail DOT com> In-Reply-To: <801613440711260934j5821922r1cbb855bbbd5a3eb@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, Tomasz Jankowski wrote: > > I'm completely new to cygwin (and generally to programming for the MS > Windows too). I'm working on a library and I need to use some socket > API in it. I decided to prepare port for win32, but it's much harder, > that I thought. the basic socket API of Windows and cygwin is the same based on Berkeley. I would not recommend to use cygwin if you want to write a plain Windows program. I would recommend to use cygwin if you want to write a program for multiple platforms. > 4. How does the performance look? Will my library have really poorer > performance if I use cygwin instead of winsock API? This is a minor problem for thinks like this. What is your programming background? Erich -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/