• 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

which application server to use...?????

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
iam developing an email-system(using servlets), for that to succeed in stress testing(from thousands of users
who hit our site simultaneouly) which application
server is to be used. Also can u provide the Connection Pooling program in java for that application server u suggest.
Aslo please explain me breifly why and what features
are there for ur suggeting server..?
thanx..
 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not convinced that posting the same request in several different forums will solve your problem(s) any quicker
Without going into your task any deeper, first issue would how much are you prepared to pay?
If you have deep pockects then the world is yours and there are any number of web servers available
otherwise take the apache/tomcat road as they are free!
Also have you checked poolman?
http://sourceforge.net/projects/poolman/
for your connection pooling issue
 
reply
    Bookmark Topic Watch Topic
  • New Topic