Nick Ramirez Nick Ramirez | Oct 26, 2020 | MICROSERVICES, PERFORMANCE
HAProxy’s cache helps boost API performance by serving saved messages to your users. The age of rendering most of a web page’s contents on the server and then delivering it as a colossal HTML file is fading into the past. Modern web frameworks like...
Baptiste Assmann Baptiste Assmann | May 6, 2015 | LOAD BALANCING / ROUTING, TECH
HAProxy’s load-balancing algorithms HAProxy supports many load-balancing algorithms which may be used in many different type of cases. That said, cache servers, which deliver most of the time the static content from your web applications, may require some...
Baptiste Assmann Baptiste Assmann | Jun 17, 2011 | TECH
Purpose Build a scalable architecture for news website using below components: Load balancer with content switching capability Cache server Application server Definition Content switching: the ability to route traffic based on the content of the HTTP request: URI,...