IslandzVW / halcyon

InWorldz Halcyon 3d virtual reality world simulator
BSD 3-Clause "New" or "Revised" License
21 stars 26 forks source link

PID Files #386

Closed kf6kjg closed 7 years ago

kf6kjg commented 7 years ago

This makes all servers generate PID files just like the User server already does.

It also adds a new commandline flag, --pidfile=path, so that external systems can specify where the PID file is to be placed.

Lastly it cleans up the main() functions of all three grid services so that they match each other. This should help with future maintenance, assuming people read the comment I left...

appurist commented 7 years ago

This one looks good for merge, but it's difficult to review exhaustively. Has it been tested on Windows and Linux?