Not able to accept more than 60 connections
Not able to accept more than 60 connections
- Subject: Not able to accept more than 60 connections
- From: Mahesh Vyas <email@hidden>
- Date: Wed, 31 Mar 2004 17:05:31 +0530
In MACOSX(Jaguar and Panther), we are using BSD socket calls in our
client-server application.
The server is handling each client in the asynchronous way, i.e, one
function takes care of all client the requests(not creating thread for each
client).
After the number of client(connect call from client) reaches approx. 60, the
server stops accepting new connection, i.e., successive calls to accept()
fails.
1. Is there any limit to the number of connections that can be established
in MACOSX.
2. If yes, is it configurable.
3. Is this architecture(single-threaded) advisable over the multithreaded
one.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.