genode/repos/os/src
Norman Feske b96f0fa2df init: defer immediate restart of abandoned child
While a child is abandoned, we must limit the start of anothers with
the same name. Otherwise - of the child has startup problems - a number
of abandoned children with the same name may queue up. This becomes a
problem whenever the child destruction depends on an asynchronous
service that provides an env session for the children. If the service is
unable to keep up with the session requests (both create and close),
the queue of abandoned children becomes unbounded. Limiting the child
creation rate to one abandoned child per name mitigates this problem.
2018-06-12 12:11:47 +02:00
..
app init: support dynamic cap-quota adjustment 2018-06-12 12:11:42 +02:00
drivers platform_drv: disable PCI DMA class specific 2018-06-12 12:11:40 +02:00
init init: defer immediate restart of abandoned child 2018-06-12 12:11:47 +02:00
lib net: get rid of unused mac_from_string method 2018-05-30 13:36:36 +02:00
server nic_router: fix domain invalidation during init 2018-06-12 12:11:45 +02:00
test os: add init_loop test 2018-06-12 12:11:46 +02:00