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.
我已经使用作为守护进程运行的 Ratchet 在 php 中设置了一个 WebSocket 服务器 - 由 Varnish 缓存公开。
但是我在其中看到了一个大问题- php 中缺少线程。在不挂起整个服务器的情况下,我可以做些什么来传递数据进行处理?是否有可能在 PHP 中使用,或者我是否应该转向不同的技术 - 例如 node.js - 但是看到主要项目是在 PHP 中,让它一起工作会很复杂。如果有任何在 PHP 中执行此操作的选项可用,请选择它。
https://github.com/krakjoe/pthreads是一个我听说过很多(但没有亲自使用过)的库。享受!