realbasic-nug
[Top] [All Lists]

OS X max no. of file descriptors and max no. of socket connections

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: OS X max no. of file descriptors and max no. of socket connections
From: Paul Rehill <paul.rehill@gmail.com>
Date: Wed, 1 Apr 2009 16:17:01 +1100
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=lHgBD39qV0WZ7kAPyhsgx5SbUXVUXHt7yx+cQS8+Udo=; b=UR+LROvl45Qn+Gk4xKzBZM9W2uP5RgJ3iKGdrnj6mRgIEMfb/4YdC0lE3nzR4QCgbA d8230qPu2ITiI934vbZs5yZzfskj7LlMqeNkRlBK9secnjfi0SeEypLVakNRERds9o+J NzBCVNx3tK4Q1h4A4j2ij/0cJlc34O4rx/Wa8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=VPymyFoPECAxpY917KKDuHND+ItXvFNZmyB+Gcye27kJXpgTgdRp7s8uB4v73tZCoD frOFDtFhuBRGYfPfIV0OqCl7CweYuDC/tADMr9qBzdWAkvOcD1vi51fkSqsNcOj7A8PW Fbgc9IZPX7MXRxAeAUSB8bVY6Qbqitay3S+U0=
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
On OS X, the maximum number of file descriptors is 256.  Does this
constrain the maximum number of connections for networking programming
on Mac OS X to 256 or less?

Since I'm working with Windows 2003 server for network applications, I
haven't had to worry if the above is a problem.  But I need to think
about a cross platform solution involving Mac OS X Server.

Thanks in advance

Paul

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • OS X max no. of file descriptors and max no. of socket connections, Paul Rehill <=