Hacker News new | ask | show | jobs
by willejs 3652 days ago
Yes, it runs active passive, and its written in a Lisp dialect.
1 comments

What does "active passive" mean?
two servers, one "active" serving the website, one "passive" ready to serve the website when you bring the first down and perform some switching (DNS or moving an IP address).

Load balancing two separate servers you can consider as active-active for the terminology.