-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
Here's a list of feature and target we should aim for a 1.0 release:
- portable and Windows support
- clustering via
GLib.Subprocessand file descriptor sharing - stable server API/ABI
- libsoup 3 port
The main issue with fork is portability. While it works great on UNIX, it's not applicable on other platforms. The alternate strategy would be to use spawn (fork + exec with Windows-specific fallback), inherit file descriptors and set the child server to listen to them. Given it being a proper GLib.Subprocess, communication via pipe would be built-in.
elegaanz
Metadata
Metadata
Assignees
Labels
No labels