简体   繁体   中英

How many concurrent requests can a servlet handle in glassfish deployment?

I'm developing a servlet that will be deployed in Glassfish 4.1 I'm wondering how many concurrent requests or "connections" can be made to a servlet for scalability purposes?

I've read that sometimes is 10, sometimes a thread pool can be used, but i haven't found a way to configure or read this info related to glassfish contained servlets.

它看起来像最小为2,最大为5按照本文件的Glassfish性能调优

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM