1846290 Members
3525 Online
110256 Solutions
New Discussion

Re: load balancing

 
sys-sbd
Advisor

load balancing

Hi,
I'm looking for a load balancing solution to use with apache ( released with web server suite of HP ).
I tried to used the module named mod_handback, but it's seems not working on HP platform.
Thx
5 REPLIES 5
Victor BERRIDGE
Honored Contributor

Re: load balancing

Hi,
Have a look at resonate:
http://docs.hp.com/hpux/onlinedocs/hw/class_a/thirdparty.pdf


All the best
Victor
Sanjay_6
Honored Contributor

Re: load balancing

Hi,

Try this link from itrc,

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073839256

The itrc doc id is BLUESKBRC00009175.

Hope this helps.

Regds
Steven E. Protter
Exalted Contributor

Re: load balancing

You could have two apache machines with the same content and a round robin DNS scheme. That will randomly assign users between two machines.

The only way this works though is if the two machines can share the same storage for the actual wetbsite. You'd hate to have the data be different machine to machine on an interactive site.

Microsoft DNS
http://support.microsoft.com/?kbid=328453
Linux DNS(Works for UX_
http://www.tldp.org/HOWTO/Jabber-Server-Farming-HOWTO/c2sfarm.html
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Neo_14
New Member

Re: load balancing

IP Load balancingï¼
CISCO CSS11503...
sys-sbd
Advisor

Re: load balancing

In fact I want to use webservices ( C++ library ) so I need to use http server just for calling services via web.
It seems the load_lbb module solution is appropiate for my case but I don't find any references about it.
Have an any idea about this module?