Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Support systemd socket activation #1057

Closed
glennc opened this issue Aug 19, 2016 · 3 comments
Closed

Support systemd socket activation #1057

glennc opened this issue Aug 19, 2016 · 3 comments

Comments

@glennc
Copy link
Member

glennc commented Aug 19, 2016

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.

@muratg
Copy link
Contributor

muratg commented Oct 11, 2016

Putting this in 1.1 for now as we're closing on 1.1.0-preview1.

@muratg muratg modified the milestones: 1.2.0, 1.1.0 Oct 31, 2016
@muratg
Copy link
Contributor

muratg commented Oct 31, 2016

Sorry @glennc... moving to 1.2.0 based on the time left in 1.1.0

@halter73
Copy link
Member

halter73 commented Jan 7, 2017

Fixed by #1280

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

No branches or pull requests

3 participants