genode/repos/os
Emery Hemingway b1b83f4d6d Process packets in batches at the VFS server
Process I/O packets in batches. If a batch is processed and there are
still packets pending, send a signal locally to the packet handler and
return to the entrypoint signal dispatcher. This prevents clients from
starving each other, which happens when a client continuously submits
packets at a faster rate than the server can process.

Fix #2900
2018-08-02 14:36:37 +02:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include Input::Binding for non-C++ language bindings 2018-07-03 09:39:35 +02:00
lib net: get rid of unused mac_from_string method 2018-05-30 13:36:36 +02:00
recipes Cached_fs_rom: serve static ROM sessions from a cache 2018-08-02 14:36:35 +02:00
run Process packets in batches at the VFS server 2018-08-02 14:36:37 +02:00
src Process packets in batches at the VFS server 2018-08-02 14:36:37 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.