From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Wed, 14 Jun 2000 08:52:08 +0000 From: abhay puri Message-ID: <3947DB04.F2094ED2@one.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [9fans] listen qlen Topicbox-Message-UUID: bb12c01e-eac8-11e9-9e20-41e7f4b1d025 how do i increase the number of concurrent tcp connections that can be handled. i compiled the echo server example in the announce man page, then hammered it with connect requests from a nearby linux pc. found it was getting a lot of "connection refused" responses. similarly with the http server - 10 rapid fire GET requests yields 2-3 connection refused responses. what parameters should i be playing with to improve this? many thanks -abhay