由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - server push & tomcat comet
相关主题
来来来,给偶解决一个问题请问JSP里这个怎么设
被一个问题折磨了刚刚提交了一个bug Re: 笨问题续:TOMCAT
第一个Project Board gameTomcat JSP syntax error
socket and simple web browser问个J2EE server跟Apache Web Server的问题?
我Google过了,还是不明白FrameworkTomcat和什么一起作Application Server?
问一个J2EE和Tomcat问题Can one windows server run two Tomcats?
想听本版对下面这段话的点评tomcat作server,jsp访问的文件必须在webapps/ROOT/?
One more servlet Q: Http Sessioncool JS/UIX
相关话题的讨论汇总
话题: push话题: tomcat话题: server话题: comet话题: even
进入Java版参与讨论
1 (共1页)
h*********o
发帖数: 62
1
I am a little surprised to see that even tomcat tries to implement server
push.
is it a trend to do it today? Comments?
A**o
发帖数: 1550
2
server push有什么好处呢?

【在 h*********o 的大作中提到】
: I am a little surprised to see that even tomcat tries to implement server
: push.
: is it a trend to do it today? Comments?

h*********o
发帖数: 62
3
the same benefit as observer.
A**o
发帖数: 1550
4
Thanks. Two questions to follow up:
1. It seems IE doesn't support such feature yet. Does M$ have any plan to
support such feature in the near future? Otherwise, how does a site to
utilize such feature to be successful by supporting NON-IE only browsers?
2. How does the observable in this case know when to unregister the observer?

【在 h*********o 的大作中提到】
: the same benefit as observer.
h*********o
发帖数: 62
5
1. As I know server push has nothing to do with browsers. In most
implementations, either javascript or ajax is used.
2. HTTP protocol inversion is a mechanism for ajax push. If interested, you
can google it to find more explanation
The major issue for server push is scalability (of course there are some
other concerns). Even with java nio, things do not look promising.
As i said I am surprised to see there are many implementations now, even
tomcat tries it. I thought it might take a little lo
1 (共1页)
进入Java版参与讨论
相关主题
cool JS/UIX我Google过了,还是不明白Framework
web server和application server 有什么区别?问一个J2EE和Tomcat问题
Jetty, Tomcat, JBoss comparison想听本版对下面这段话的点评
Jetty Web Server/Servlet EngineOne more servlet Q: Http Session
来来来,给偶解决一个问题请问JSP里这个怎么设
被一个问题折磨了刚刚提交了一个bug Re: 笨问题续:TOMCAT
第一个Project Board gameTomcat JSP syntax error
socket and simple web browser问个J2EE server跟Apache Web Server的问题?
相关话题的讨论汇总
话题: push话题: tomcat话题: server话题: comet话题: even