0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-11 17:08:46 +00:00
Maria Matejka 571c4f69bf More efficient IO loop event execution to avoid long loops
If there are lots of loops in a single thread and only some of the loops
are actually active, the other loops are now kept aside and not checked
until they actually get some timers, events or active sockets.

This should help with extreme loads like 100k tables and protocols.

Also ping and loop pickup mechanism was allowing subtle race
conditions. Now properly handling collisions between loop ping and pickup.
2023-04-04 17:00:59 +02:00
..
2023-04-04 17:00:58 +02:00
2023-04-04 17:00:58 +02:00
2022-10-12 10:05:14 +02:00
2023-01-26 13:22:28 +01:00
2023-04-04 17:00:58 +02:00
2018-03-18 02:56:51 +01:00