论坛首页 Java企业应用论坛

Tomcat6支持Comet了

浏览 8932 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2007-03-03  
摘要: Comet support allows a servlet to process IO aynchronously, recieving events when data is available for reading on the connection (rather than always using a blocking read), and writing data back on connections asychnonously (most likely responding to some event raised from some other source).
原文地址:http://tomcat.apache.org/tomcat-6.0-doc/aio.html
   发表时间:2007-03-03  
比我自己的Comet实现相比,更充分利用了tomcat自身的资源,但因为不属于servlet标准,因此不具备服务器兼容性。
0 请登录后投票
   发表时间:2007-03-03  
hexiaodong 写道
比我自己的Comet实现相比,更充分利用了tomcat自身的资源,但因为不属于servlet标准,因此不具备服务器兼容性。
给点代码实例就好了.
0 请登录后投票
   发表时间:2007-03-03  
http://www.iteye.com/topic/28020?page=3
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics