How to handle HHVM crash or when it becomes unresponsive?
问题 Current state is like this: Nginx -> HHVM -> PHP5-FPM. When HHVM crashes (quite often) it returns 502 error. I did @fallback workaround to nginx configuration, but I need to manually restart hhvm. here Automatically restarting HHVM when it stops responding but process not dead some PID listener cron is described, but sometimes hhvm just unresponsive with existing pid. How to monitor this? 回答1: I have the exact same problem - HHVM becomes unresponsive randomly (I haven't figured out why yet)