0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00
bird/conf
Maria Matejka 84c298465f Decoupling loops from threads to allow fixed thread count
On large configurations, too many threads would spawn with one thread
per loop. Therefore, threads may now run multiple loops at once. The
thread count is configurable and may be changed during run. All threads
are spawned on startup.

This change helps with memory bloating. BIRD filters need large
temporary memory blocks to store their stack and also memory management
keeps its hot page storage per-thread.

Known bugs:
* Thread autobalancing is not yet implemented.
* Low latency loops are executed together with standard loops.
2023-01-19 11:13:50 +01:00
..
cf-lex.l Merge commit '37b64441' into thread-next 2022-11-07 10:28:01 +01:00
conf.c Merge commit '37b64441' into thread-next 2022-11-07 10:28:01 +01:00
conf.h Decoupling loops from threads to allow fixed thread count 2023-01-19 11:13:50 +01:00
confbase.Y Created a dedicated settle timer structure 2022-09-09 18:53:15 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
flowspec.Y Moved config-related allocations to config_pool and showing its size in memory usage 2022-11-01 16:38:24 +01:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Conf: Allowing keyword redefinition 2022-05-04 15:39:21 +02:00
gen_parser.m4 Conf: Allowing keyword redefinition 2022-05-04 15:39:21 +02:00
Makefile Merge branch 'master' into HEAD 2019-03-18 12:54:40 +01:00