Java Servlet容器性能如何?
我想向这里的 Java 专业人士询问一个关于我当前即将进行的研究的问题 - 各种 servlet 容器的效率差异的关键因素是什么?我需要比较 Tomcat/JBoss/Glassfish/Jetty 等,并且我需要知道哪些“因素”可能以最显着的方式影响结果?我将为此目的编写模拟应用程序,因此对我可能在那里实现的 Java 功能/框架/库等的任何建议,以便我可以大大增加容器的负载(实际上是容器,我不关心)机器的负载,因为我当然要在同一台机器上运行所有测试),将不胜感激!我需要研究尽可能客观。感谢大家的帮助!
I'd like to ask the Java pros here a question about my current study that I am about to do - what are the key contributors to the differences in efficiency of various servlet containers? I need to compare Tomcat/JBoss/Glassfish/Jetty etc. and I need to know what "factors" may affect the results in the most significant way? I am going to write mock applications for that purpose, so any recommendation for a Java feature/framework/library etc. that I might implement there so that I can greatly increase the load of the containers (actually the containers, I do not care about the load of the machine since I am going to run all the tests on the same machine of course), would be appreciated! I need the study to be as objective as possible. Thanks for any help guys!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有些事情可能会给 Web 容器带来负担(当然,除了大量请求之外):
Some things that could tax a web container (apart from lots of requests, of course):
更多参数:
Some more parameters: