ladybird/Services/SystemServer
Sergey Bugaev 701994bfd1 SystemServer: Add support for accepting socket connections :^)
You can now ask SystemServer to not only listen for connections on the socket,
but to actually accept them, and to spawn an instance of the service for each
client connection. In this case, it's the accepted, not listening, socket that
the service processes will receive using socket takeover.

This mode obviously requires the service to be a multi-instance service.
2020-06-09 21:12:34 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp SystemServer: Add support for multi-instance services 2020-06-09 21:12:34 +02:00
Service.cpp SystemServer: Add support for accepting socket connections :^) 2020-06-09 21:12:34 +02:00
Service.h SystemServer: Add support for accepting socket connections :^) 2020-06-09 21:12:34 +02:00