spray / spray-can

A low-overhead, high-performance, fully async HTTP 1.1 server and client library implemented entirely in Scala on top of Akka
http://spray.io
Apache License 2.0
153 stars 19 forks source link

Support for socket activation #28

Open axos88 opened 8 years ago

axos88 commented 8 years ago

Hello,

I tried googleing around, but it seems there is no support for socket activation in spray-can.

https://www.freedesktop.org/software/systemd/man/systemd.socket.html http://0pointer.de/blog/projects/socket-activation.html (quite old though)

Is this something that can be added easily, or hacked into it from the client side?

axos88 commented 8 years ago

@jrudolph?