lestrrat-go / server-starter

Go port of start_server utility (Server::Starter)
MIT License
215 stars 21 forks source link

Work in Progress - Ongoing impl of the ability to choose which FD is used #4

Open flozano opened 9 years ago

flozano commented 9 years ago

The idea is to mimic https://github.com/kazuho/p5-Server-Starter/pull/24

The use-case is described here: http://www.slideshare.net/tokuhirom/serverstarter-meets-java

Basically Java is stupid and can only inherit a specific FD (0) from parent.

lestrrat commented 8 years ago

I didn't realize this PR until just now. what's the status? should I be looking at this?