long polling vs streaming for about 1 update/second
Posted
by jcee14
on Stack Overflow
See other posts from Stack Overflow
or by jcee14
Published on 2009-07-03T18:12:47Z
Indexed on
2010/04/01
3:53 UTC
Read the original article
Hit count: 636
is streaming a viable option? will there be a performance difference on the server end depending on which i choose? is one better than the other for this case?
I am working on a GWT application with Tomcat running on the server end. To understand my needs, imagine updating the stock prices of several stocks concurrently.
© Stack Overflow or respective owner