PHP多流库
是否有任何php库(类)可以使用stream_select处理多个http请求?或者可以使用非阻塞套接字。
Is there any php library (class) to deal with multiple http requests with stream_select? Or may be with non-blocking sockets.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我假设
HTTPRequestPool
执行您的操作后?I assume an
HTTPRequestPool
does what you are after?这可能有点过头了,但是请查看 NanoServ - 一个“PHP 5.1+ 的服务器守护进程框架”
这是一个非常小的示例:“Dumb HTTP Server”,来自示例页面:
This might be overkill, but check out NanoServ - a "server daemon framework for PHP 5.1+"
Here's a very minimal sample: "Dumb HTTP Server", from the examples page:
查看 http://drupal.org/project/httprl 中的代码。我计划在完善这个库后将其推送到 github;可以在 drupal 之外运行的东西。它应该可以满足您的需求。
Checkout the code in http://drupal.org/project/httprl. I plan on pushing this lib to github once I get it more polished; something that can be ran outside of drupal. It should do what your looking for.