All of lore.kernel.org
 help / color / mirror / Atom feed
From: lartc <lartc@manchotnetworks.net>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] disable TCP slowstart ?
Date: Sat, 11 Aug 2007 13:58:17 +0000	[thread overview]
Message-ID: <1186840697.5908.3.camel@sumatra.radius.fr> (raw)
In-Reply-To: <200708111202.42986.tami@disconnected.de>

hi paul

On Sat, 2007-08-11 at 12:02 +0200, Paul Zirnik wrote:
> Im trying to improve my internal apache proxy. It has to deliver a lot of
<snip>
> I know, this will only improve miliseconds per transfer, but it's worth a try.  

yes -- in a low latency lan, this probably won't be enough.

- tune apache to your needs
- and depending on your kernel, you can always try adding this to your

/etc/sysctl.conf

net.core.rmem_default\x1048576
net.core.rmem_max\x1048576
net.core.wmem_default\x1048576
net.core.wmem_max\x1048576

and then

sysctl -p

give it a try -- worked well for me ...

cheers

charles



_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

      reply	other threads:[~2007-08-11 13:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-11 10:02 [LARTC] disable TCP slowstart ? Paul Zirnik
2007-08-11 13:58 ` lartc [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1186840697.5908.3.camel@sumatra.radius.fr \
    --to=lartc@manchotnetworks.net \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.