1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:12:06 +00:00
serenity/Services
Sergey Bugaev ac4c2f890f SystemServer: Add support for multi-instance services
For this kind of services, there's no single PID of a running instance;
there may be multiple, or no instances of the service running at any time.
No keepalive functionality is available in this mode, since "alive" doesn't
make sense for multi-instance services.

At the moment, there's no way to actually create multiple instances of
a service; this is going to be added in the next commit.
2020-06-09 21:12:34 +02:00
..
AudioServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Clipboard LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
DHCPClient Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
LaunchServer LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
LookupServer Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
NotificationServer LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
ProtocolServer LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
SystemMenu Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
SystemServer SystemServer: Add support for multi-instance services 2020-06-09 21:12:34 +02:00
Taskbar Taskbar: Show window progress as a progress bar behind the window title 2020-05-30 23:00:35 +02:00
TelnetServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WebServer AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
WindowServer WindowServer: Make perror() strings slightly more detailed. 2020-06-05 09:29:19 +02:00
CMakeLists.txt Base: Replace TTYServer with text mode Shell 2020-05-27 11:19:38 +02:00