• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how much request/sec JWS2.0 can handle.

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am currently using javawebserver2.0 on win NT platform for servlet development. Now i want to deploy the developed servlets for online access. How much request/sec JWS2.0 can handle or Shall I switch to another web server.
can anybody tell me the similar site as "javaranch" for databases
related questions.
Thanks
Shivangi
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am surprised someone hasn't already boggled at this, so I guess I'll step up.

Unless you are restricted to using jws2.0 by a business decision, you should *not* be using this for production systems. The codebase of this technology has not been updated since sometimes around 2000, and besides that it is 2 minor point releases behind the servlet spec.

Tomcat 4.x would be far better, even though some might suggest it is not 'production quality'.
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well jwebserver was developed for educational purposes by sun not for ecom or website developement purposes i persoanlly am using tomcat3.2.3 for my developement purposes and am not finding any probs.u can go for tomcat4.0 or upper versions also if u like.
------------------
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic