http://linux.die.net/man/2/listen
> The backlog parameter defines the maximum length the queue of
> pending connections may grow to. If a connection request arrives
> with the queue full the client may receive an error with an
> indication of ECONNREFUSED or, if the underlying protocol supports
> retransmission, the request may be ignored so that retries succeed.
--
Chris Goffinet
MyBlogLog Senior Performance Engineer
Yahoo!
San Francisco, CA
United States
This script will not run multiple memcached requests in parallel. Is
that what you were going for?
--
David
blog: http://www.traceback.org
twitter: http://twitter.com/dstanek
sudo /sbin/sysctl -w net.ipv4.tcp_tw_recycle=1
sudo /sbin/sysctl -w net.ipv4.tcp_tw_reuse=1
sudo /sbin/sysctl -w net.ipv4.tcp_fin_timeout=10
On your system, what happens when you do the same? Do you see any
improvement?
--
Chris Goffinet
MyBlogLog Senior Performance Engineer
Yahoo!
San Francisco, CA
United States
On Mar 15, 2009, at 6:39 PM, meppum wrote:
>
> Yes, i went for the simplest script that caused the error on my
> machine.
>
> On Mar 15, 9:29 pm, David Stanek <dsta...@dstanek.com> wrote:
I was load testing memcached and have been experiencing consistent
crashing when approaching 11k total connections (not concurrent).