Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
We don't bite newbies here... much
 
PerlMonks  

Re: Hardware scalable web architecture

by wazoox (Prior)
on Apr 10, 2006 at 06:49 UTC ( [id://542253]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Hardware scalable web architecture

You can store data in sessions, but you may need to be able to share the sessions between servers, either storing them in a database, or on some shared storage (NFS server).
Load balancing can be tricky too, because you don't want the load-balancer itself to be the single point-of-failure... That's why most people use the simplest load-balancer, round-robin DNS (each new incoming connection resolves to a different server, and you have at least two DNSes, don't you ? ).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://542253]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.