* High Rate of Sockets -> No buffer space availible errors
@ 2001-10-13 15:08 Kingsbury, Michael
2001-10-13 17:13 ` David Schwartz
0 siblings, 1 reply; 3+ messages in thread
From: Kingsbury, Michael @ 2001-10-13 15:08 UTC (permalink / raw)
To: 'linux-kernel@vger.kernel.org'
I have a network testing application that is opening & closing sockets with
other machines at a high rate (multi-threaded, 1000 opens & closes a second
with ~20 machines.) There's a seperate thread per machine its connecting
to, and each thread opens a socket, transmits 8k, and closes.
The problem lies with an error of 'No buffer space availible' within the
first couple of seconds. I've tried the SO_SNDBUF& SO_RVCBUF, but that
doesn't make sense in my head anyways. Anyone seen problems like this under
similar conditions & maybe any remedys?
-mike
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: High Rate of Sockets -> No buffer space availible errors
2001-10-13 15:08 High Rate of Sockets -> No buffer space availible errors Kingsbury, Michael
@ 2001-10-13 17:13 ` David Schwartz
0 siblings, 0 replies; 3+ messages in thread
From: David Schwartz @ 2001-10-13 17:13 UTC (permalink / raw)
To: mkingsbury, 'linux-kernel@vger.kernel.org'
On Sat, 13 Oct 2001 11:08:48 -0400, Kingsbury, Michael wrote:
>I have a network testing application that is opening & closing sockets with
>other machines at a high rate (multi-threaded, 1000 opens & closes a second
>with ~20 machines.) There's a seperate thread per machine its connecting
>to, and each thread opens a socket, transmits 8k, and closes.
Are these TCP sockets? It can take around 2 minutes to close a TCP
connection. So 1,000 opens/closes a second could potentially mean 120,000
connections sitting around. Are you sure you aren't running out of local
ports or something else?
>The problem lies with an error of 'No buffer space availible' within the
>first couple of seconds. I've tried the SO_SNDBUF& SO_RVCBUF, but that
>doesn't make sense in my head anyways. Anyone seen problems like this under
>similar conditions & maybe any remedys?
Which system call returns the error? socket? bind? send? receive?
And why are you using so many threads? Are you under the misperception that
you need lots of thread to do lots of work? Perhaps your architecture is a
major part of the problem.
DS
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: High Rate of Sockets -> No buffer space availible errors
@ 2001-10-13 20:58 Kingsbury, Michael
0 siblings, 0 replies; 3+ messages in thread
From: Kingsbury, Michael @ 2001-10-13 20:58 UTC (permalink / raw)
To: 'David Schwartz', 'linux-kernel@vger.kernel.org'
Yes, these are TCP sockets. I do see some errors with regard to too many
open files, but not before the buffer error.
-mike
-----Original Message-----
From: David Schwartz [mailto:davids@webmaster.com]
Sent: Saturday, October 13, 2001 10:13 AM
To: mkingsbury@avayactc.com; 'linux-kernel@vger.kernel.org'
Subject: Re: High Rate of Sockets -> No buffer space availible errors
On Sat, 13 Oct 2001 11:08:48 -0400, Kingsbury, Michael wrote:
>I have a network testing application that is opening & closing sockets with
>other machines at a high rate (multi-threaded, 1000 opens & closes a
second
>with ~20 machines.) There's a seperate thread per machine its connecting
>to, and each thread opens a socket, transmits 8k, and closes.
Are these TCP sockets? It can take around 2 minutes to close a TCP
connection. So 1,000 opens/closes a second could potentially mean 120,000
connections sitting around. Are you sure you aren't running out of local
ports or something else?
>The problem lies with an error of 'No buffer space availible' within the
>first couple of seconds. I've tried the SO_SNDBUF& SO_RVCBUF, but that
>doesn't make sense in my head anyways. Anyone seen problems like this
under
>similar conditions & maybe any remedys?
Which system call returns the error? socket? bind? send? receive?
And why are you using so many threads? Are you under the
misperception that
you need lots of thread to do lots of work? Perhaps your architecture is a
major part of the problem.
DS
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-10-13 20:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-13 15:08 High Rate of Sockets -> No buffer space availible errors Kingsbury, Michael
2001-10-13 17:13 ` David Schwartz
-- strict thread matches above, loose matches on Subject: below --
2001-10-13 20:58 Kingsbury, Michael
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox