chat website in jsp/servlet

Posted by akshay on Stack Overflow See other posts from Stack Overflow or by akshay
Published on 2010-03-19T12:19:39Z Indexed on 2010/03/19 12:31 UTC
Read the original article Hit count: 309

Filed under:
|
|
|

I want to devlelop a chat website using JSP/Servlets and Tomcat. I have following questions:

  1. Can the website handle load (1000 people at one time) without slowing down?
  2. Will it cause the website to slow down? What is the ideal server configuration for this kind of website? Note that I don't have a huge budget to host.
  3. How can I implement server push?
  4. Will PHP or JSP be ideal for such website?

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp