Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了错误/功能之外,从 Jetty 7 升级到 8 是否有任何明显的性能优势。我正在尝试寻找 Jetty 7 到 8 的经验性能数据来验证升级。想知道这样的比较是否存在。
Jetty 7 和 Jetty 8 之间应该没有性能差异。
它们是相同的代码库,唯一的区别是它们支持的 servlet-api 版本。Jetty 7 和 Jetty 8 是并行开发的,变化进入 Jetty 7,然后合并到 Jetty 8。
现在,Jetty 9(目前处于里程碑后期版本),另一方面,已经对 I/O 层进行了彻底的检查,并且被证明比 Jetty 7 和 Jetty 8 的性能更高。