Hi,

On Fri, May 21, 2021 at 12:30:26PM +0200, Robert Ionescu wrote:
> Hi,
> 
> Are there any sources which are overviewing the HAProxy software design in
> images or similar?
> I would like to get a better understanding of the HAProxy components.

There are *some* docs in doc/internals/, in various formats (text, diagrams).
They're mostly aimed at developers, not all are perfectly up to date but
developers have started to update a number of them.

Otherwise if you want to find more details, have a look at run_poll_loop()
in haproxy.c. It will hint you about the various steps that are done on
every wakeup and could help you figure what you want to visit next.

Willy

Reply via email to