Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP 版本:PHP 5.4.3 Apache 版本:2.4.2
我正在尝试编写一个简单的 websocket 服务器。我的问题是握手成功后如何继续读取服务器端接收缓冲区?
我正在使用的虚拟主机不支持 php 套接字,因此在 apache+php 之外创建侦听器不是一种选择,此时也不能更改虚拟主机。
由于 Apache 的体系结构,可能还有其他 HTTPd,这是不可能的。只是软件依赖于 RESTful 连接,其中客户端请求数据,然后服务器响应。
由于数据来回传输,websocket 连接不适合这种格式