Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap for 1.0 #1

Open
4 tasks
arteymix opened this issue Oct 30, 2016 · 1 comment
Open
4 tasks

Roadmap for 1.0 #1

arteymix opened this issue Oct 30, 2016 · 1 comment
Milestone

Comments

@arteymix
Copy link
Member

arteymix commented Oct 30, 2016

Here's a list of feature and target we should aim for a 1.0 release:

  • portable and Windows support
  • clustering via GLib.Subprocess and 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.

@arteymix arteymix added this to the 1.0 milestone Oct 30, 2016
@arteymix
Copy link
Member Author

arteymix commented Apr 6, 2022

Given the timing of this release, I think we should look into porting VSGI to libsoup 3. There's some interesting benefits including usage of actual GInputStream and GOutputStream APIs which would get write of the Soup.Message wrappers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant