dongsou4301 2016-08-06 17:00
浏览 109
已采纳

在开发中监视并重新启动长时间运行的PHP进程(Ratchet)

I am playing with Ratchet (web sockets for PHP) for the first time, and having to stop and restart the process after every code change is getting annoying.

Is there a PHP equivalent to something like nodemon for nodejs? Something that will restart the process when files change, and show output to the console?

  • 写回答

2条回答 默认 最新

  • dtziv24262 2016-08-09 16:03
    关注

    Turns out PM2 can be used for this. I originally thought it was only for Node, but it seems to support many different scripting languages including PHP. It can watch files for auto restart the server, and output is sent to a log file that can be tail-ed to see what's happening.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 lammps拉伸应力应变曲线分析
  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试,帮帮忙吧
  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建