X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=0.1 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Date: Sat, 28 Feb 2009 18:23:03 -0800 (PST)
From: Sameer Agarwal <sagarwal@cs.washington.edu>
To: cygwin@cygwin.com
Subject: maximum number of concurrent network connections
Message-ID: <Pine.LNX.4.64N.0902281818510.25731@frobenius.cs.washington.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-IsSubscribed: yes
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

Hello,
I am trying to write a asynchronous server using python's 
asyncore/asynchat library and running it under cygwin. It runs perfectly 
for upto 353 concurrent hosts connected to it, but is unable to connect to 
anymore hosts trying to connect to it.

Is there a limit on the number of concurrent sockets an application can 
have open? Am I hitting that limit, and if so is there a way of modifying 
this limit.

This is on server 2008 with cygwin 1.7.  I am happy to provide any other 
diagnostic information as needed.

Thank you,
Sameer


--
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/

