Date: Thu, 18 Mar 2004 21:44:0 +0800 From: "apache" <freebsdkid@tom.com> To: freebsd-stable@freebsd.org <freebsd-stable@freebsd.org> Subject: HowTo Implement This..LOAD BALANCE.. Message-ID: <20040318134327.E89A443D4C@mx1.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Hello,EveryOne.
here, I wanna use the freebsd the balance the load of servers.
I have two server.One is (SERVER-B)windows 2003 Enterprise Version.the other is(SERVER-A) FreeBSD4.9-stable. the two is providing the MP3 stream to the client.
Can I Use the IpFw or IPFLITER to implement the" HTTP REQUEST redirect", that is ,when client subscribe some request like:
HTTP://SERVER-A/REMOTE/SOME.FILE
I wanna this is request si redirect to
HTTP://SERVER-B/REMOTE/SOME.FILE
in order to decrease the load of server-A
but the other requests should not be redirected,servered by server-A.
Here I have implement this using the apache's modules "mod_rewrite",but I think it is not more
efficient. because ,when I do "netstat -n " there si so much tcp connectting with state "TIME_WAIT",as this ,When I increase the " MaxClients "in the httpd.conf ,when I do some other
programme like"FTP,/usr/local/apache2/bin/ab ",I got an error"Socket:no buffer space available",
How can I avoid this ?
How can I make the freebsd more powerfull?
Thanks for your kindly reply.
freebsdkid
freebsdkid@tom.com
2004-03-18
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040318134327.E89A443D4C>
