java - struts2 for modern I performance site -


i want create web app , looking best java web framework use. requirements of app needs handle @ least 600,000 user request. must have strong security architecture. iterator fast , lightweight. looking struts2 , easy learn fit project

i believe not web application framework need considered here. struts surely light weight mvc based web application framework. if planning create webapp handle 600,000 requests need many other things, few mentioned here

  • hardware/software load balancers
  • cluster of web servers
  • if there db interactions of requests load balance dbs
  • proper cache frameworks

there may different options available address above points. careful in whatever chose. may have run performance checks on different parts/frameworks in application. understand can slow down application.

hope helps!


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -