rcrowley / goagain

Zero-downtime restarts in Go
Other
2.1k stars 144 forks source link

Support UNIX domain sockets in addition to TCP sockets #8

Closed rcrowley closed 11 years ago

rcrowley commented 11 years ago

This came up in #6 and #7 so I'd like to oblige.

rcrowley commented 11 years ago

@ManuelAmadorAditazz @Rudd-O Does this patch address your needs as far as UNIX domain sockets are concerned?

ManuelAmadorAditazz commented 11 years ago

Here you go:

https://github.com/Rudd-O/goagain

(unix and TCP socket support)

:-)

ManuelAmadorAditazz commented 11 years ago

Your last commit doesn't actually make the program listen on unix domain sockets. My fork supports that.