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=1048576
net.core.rmem_max=1048576
net.core.wmem_default=1048576
net.core.wmem_max=1048576

and then

sysctl -p

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

cheers

charles



_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to