• 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 to define webserver and DB hardwares for JSF

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am developing a JSF web application running on Jetty to handling about 70,000 to 80,000 transactions simultaneously per day. I am headache how to determine the hardwares, how many servers? standalone or VM? CPU, RAM, etc?

Could you give me some advice? Thank you.
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately not. It depends on whether the transactions are equally spread throughout the day or have "peak" and "off" times, how long it takes that best- and worst-case times to execute the transactions, and other things, including whose webapp server you'll be running.

Obviously that many transactions per day indicates a lot of activity, so you'll almost certainly want a clustered configuration. But how many nodes in the cluster, how powerful each node is, and so forth you'll have to determine. That means you really need to run some basic tests so you'll have a better feel for how things scale.
 
Do Re Mi Fa So La Tiny Ad
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic