Hacker News new | past | comments | ask | show | jobs | submit login

A supervisor is easily implemented in Go: http://code.google.com/p/gosup/source/browse/supervisor/supe...



What happens if one of the children calls panic() ?


A Goroutine can catch any panic() via recover() and then signal bad health to the supervisor.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: