• 3 Posts
  • 301 Comments
Joined 3 years ago
cake
Cake day: June 17th, 2023

help-circle












  • I agree it’s this, or the opposite: the stone is cool and the cat is hot. Either way, maximizing surface area for thermal transfer is smart.

    Sometimes when I’m overheated on a summer run, I’ll find a brick or concrete wall in the shade and flatten myself against for a quick full-body thermal transfer.








  • To explain how HAproxy and competing tools solve this:

    Two servers are prepared to be the single reverse proxy, but one is active. They constantly communicate with a “heartbeat”. When the active one fails to send a heartbeat, the secondary executes the steps to become the active primary. When the primary’s heart starts beating again, it becomes active again.

    So there can be a few seconds of downtime, but the failover is automatic.