douweibeng5219 2011-06-20 10:50
浏览 196
已采纳

运行phpwebsocket服务器.php

I am playing around with phpwebsocket. I got the code from http://code.google.com/p/phpwebsocket/. the implementation is that I have to run the server.php using command line which starts the socket linstening on a port. but I am wondering if I upload the script to my blog server(one.com), how can I start the server.php without command line?

thanks for any tips.

  • 写回答

2条回答 默认 最新

  • dseslyh6662605 2011-06-20 12:00
    关注

    Starting it on the command-line is the appropriate mechanism.

    You could run it through a webserver, but only by hacking around with the default lifetime of scripts, and it's not how PHP server scripts are designed to be run.

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

报告相同问题?