server push or client push is better ?

Posted by akshay on Stack Overflow See other posts from Stack Overflow or by akshay
Published on 2010-03-22T06:34:12Z Indexed on 2010/03/22 6:51 UTC
Read the original article Hit count: 354

Filed under:
|

I am developing a chat website using jsp/servlet.I will be hosting my website on gooogle appengine .Now i have some doubts regarding whether to use server push or client pull technology

1)If i use server push and if i dont close the response of servlet will it cause the server to go slow?How many simultanious connection can a tyicall tomcat server can handle if i keep the socket open for the entire chat session between 2 clinets??

2)Will server push or clinet push be better??

© Stack Overflow or respective owner

Related posts about java

Related posts about servlet