- Categories
- 好友博客
- 常泡的论坛
- 常用手册工具
- 母校&&同学校友
- 网络大牛
Comet(彗星:某人给服务器推送技术起的名字)
核心图解:

最近在看“服务器推送技术”,在B/S结构中,通过某种magic使得客户端不需要通过轮询即可以得到服务端的最新信息(比如股票价格,聊天室,webQQ、开心网、白社会),这样可以节省大量的带宽。
传统的轮询技术对服务器的压力很大,并且造成带宽的极大浪费。如果改用ajax轮询,可以降低带宽的负荷(因为服务器返回的不是完整页面),但是对服务器的压力并不会有明显的减少。
而推技术(push)可以改善这种情况。但因为HTTP连接的特性(短暂,必须由客户端发起),使得推技术的实现比较困难,常见的做法是通过延长http连接的寿命,来实现push。
[......]
最新评论
Comment By bed
Comment By pothole injury
Comment By Budeko
Comment By industrial injury
Comment By manchester
Comment By whiplash compensation
Comment By Budeko
Comment By handmade beds manchester
Comment By Budeko
Comment By Village Voice Media
Warning: file_put_contents(/data/www/www.ieliwb.com/wp-content/plugins/showlist/cache/cache_mdv_recent_comments.php) [function.file-put-contents]: failed to open stream: Permission denied in /data/www/www.ieliwb.com/wp-content/plugins/showlist/showlist.php on line 70