You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
systemd socket activation would allow on-demand activation of ASP.NET Core apps when a request is made on a port instead of starting the process on system start.
systemd
socket activation would allow on-demand activation of ASP.NET Core apps when a request is made on a port instead of starting the process on system start.See: http://0pointer.de/blog/projects/socket-activation.html
I gather that the difference for us here is that we are handed a file descriptor for a socket, we aren't creating and initializing it.
The text was updated successfully, but these errors were encountered: