treasure-data / serverengine

A framework to implement robust multiprocess servers like Unicorn
Apache License 2.0
759 stars 86 forks source link

Move util methods to utils #59

Closed tagomoris closed 8 years ago

tagomoris commented 8 years ago

This change is based on #56.

Utility methods like #format_join_status in ProcessManager is almost not related with ProcessManager itself, and be used in some other classes. So it should be separated from ProcessManager and be shared as utility methods.

frsyuki commented 8 years ago

:+1:

tagomoris commented 8 years ago

Merged.