在什么条件下会进行“长轮询”? PHP 脚本停止执行?
它必须自己停下来吗?如果有人访问我的网站,在服务器上启动脚本,然后离开(或者他的手机休眠)怎么办?我正在使用 jQuery。
Does it have to stop itself? What if someone visits my site, starts the script on the server, and then leaves (or his phone hibernates)? I'm using jQuery.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一旦超时,通常是 30-60脚本启动后几秒钟,但您可以更改它。
As soon as it times out, which is usually 30-60 seconds after the script starts, but you can change it.