java - Configuring Server for handling 10000 request -


i developing example web-service using restfull api. want know how can manage more 10000 or more request @ time using tomcat server. control database side parameter configuration (max_user or max_active_connection), or there more in application server side well. field in web.xml or limitation number of concurrent connection.

is ram size , database side parameters control or other way?

in 1 line, how , factor of server(s)(for java) handle , limit concurrent connection?

thanks in advance.

your target of 10000 or more simultaneous requests going end function of whole stack more function of tomcat. if write servlet nothing more return 200, 10000 simultaneous requests? have tested it? maybe guy has answer you: how handle 2000+ requests/sec on tomcat?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -