sisungo / airup

🚀 Airup is a modern, portable and blazingly fast implementation of service supervisor and the init daemon.
MIT License
18 stars 1 forks source link

[Feature Request] Windows support #18

Open sisungo opened 1 year ago

sisungo commented 1 year ago

Introduction

The Airup supervisor may be ported to Microsoft Windows.

Steps

Unresolved Questions

sisungo commented 11 months ago

Forking is unsupported on Windows. It's a Unix-only feature.

sisungo commented 10 months ago

Priority: Low.

sisungo commented 9 months ago

Windows have added support of Unix sockets, however, not present in std and tokio yet and needs crates like tokio-windows-uds to use.

Haven't thought how to do this change in the SDK yet.