Baptiste Assmann Baptiste Assmann | Déc 15, 2020 | Load Balancing/Routing, Performance
Persistent connections allow HAProxy to optimize resource usage, lower latency on both the client and server side, and support connection pooling. HTTP is a layer 7 protocol that’s transmitted over a TCP connection. It works in a client-server model and...
Baptiste Assmann et Nick Ramirez Baptiste Assmann et Nick Ramirez | Mar 1, 2019 | Microservices, Non classifié(e)
Achieving high availability rests on having good health checks. HAProxy as an API gateway gives you several ways to do this. Using HAProxy as an API Gateway, Part 1 [Introduction] Using HAProxy as an API Gateway, Part 2 [Authentication] Using HAProxy as an API...
Baptiste Assmann et Nick Ramirez Baptiste Assmann et Nick Ramirez | Jan 22, 2019 | Microservices, Non classifié(e)
HAProxy is a powerful API gateway due to its ability to provide load balancing, rate limiting, observability and other features to your service endpoints. It also integrates with OAuth 2, giving you control over who can access your APIs. In this blog post,...
Baptiste Assmann Baptiste Assmann | Oct 1, 2018 | Microservices, Non classifié(e)
An API gateway handles load balancing, security, rate limiting, monitoring, and other cross-cutting concerns for API services. Read on to learn how HAProxy Enterprise excels as an API gateway. Using HAProxy as an API Gateway, Part 2 [Authentication] Using HAProxy as...
Baptiste Assmann Baptiste Assmann | Nov 1, 2017 | News, Non classifié(e)
The monumental stable release of HAProxy 1.8 is coming! The HAProxy 1.8 release candidate 1 (RC1) has been published by the R&D team here at HAProxy Technologies, and in this blog post we are going to take you through some of the release highlights, new features,...