von Dinko Korunic | Jan 31, 2018 | CLOUD, Technik
There has been a constant stream of interest in running high-availability HAProxy configurations on Amazon. There are a few different approaches possible, and this is the first in a series of three blog posts to describe them. In this blog post, we are going to show...
von HAProxy Technologies | Mrz 2, 2017 | Events, Webinars
Do you know what makes HAProxy Enterprise Edition different from HAProxy Community Edition? HAPEE isn’t just HAProxy Community with paid support, and unlike some other products based on open source projects, HAPEE doesn’t strip away any of the capabilities...
von Baptiste Assmann | Apr 1, 2015 | Load Balancing/Routing, Technik
Microsoft Remote Desktop services (RDS) Remote Desktop Services, formerly Terminal Services, is a technology from Microsoft that allows users to access remotely to a session-based desktop, virtual machine-based desktop or applications hosted in a datacenter from their...
von Baptiste Assmann | Feb 19, 2015 | Technik
Load-Balancing and health checking Health checking is the method to check a service availability on a server. It is one of the most important feature of a load-balancer. How could we balance traffic amongst servers if we don’t know if the service is alive???...
von Baptiste Assmann | Jun 6, 2014 | Observability, Technik
Application layer health checking Health checking is the ability to probe a server to ensure the service is up and running. This is one of the root feature of any load-balancer. One can probe servers and services at different layer of the OSI model: * ARP check (not...