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.
我正在建立一个网站,该网站有一个定期生成文件到硬盘驱动器的 cron 作业。但是,这一代的时间并不精确,我希望它在访问者的浏览器生成后立即加载。
有没有一种好方法可以让我的服务器通知访问者的浏览器重新加载页面?其他方式很重:(
谢谢!!
您应该阅读有关Comet的信息,Comet 允许您从服务器端接收“推送”到客户端。
例如,。这就是facebook聊天的工作方式..
看看, http://en.wikipedia.org/wiki/Comet_(programming)