X-Spam-Check-By: sourceware.org X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00365 seconds) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <1753CE61-D772-46F7-8393-84E419E49307@ptnix.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: cygwin AT cygwin DOT com From: Pedro Inacio Subject: select() too slow Date: Sat, 11 Mar 2006 10:11:58 +0000 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Hello, according to the mailing list archives it seems that I'm not the only one reporting this problem, but I was unable to find any fix, workaround or even good explanation for the problem. I've done one application that uses the select() function, with sets for reading and writing, with non-blocking sockets, and it works fine with good performance on all Unix systems. Since I want to run the application on Windows also, I have ported it to run on Cygwin. Everything is ok except the poor performance of the select() function. It is too dam slow. I'm running the latest version of Cygwin. There is any known issue? There is some work for a fix? Anyone can help? Thanks in advance, Pedro Inacio -- 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/