TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rails, Wicket, Grails, Play, Tapestry, Lift, JSP, Context

2 pointsby Alindover 13 years ago

1 comment

dkhenryover 13 years ago
Biggest thing I see in these tests is that tomcat actually slows down a web framework. Using Netty with Play was actually faster then using JSP's on tomcat. That's crazy it takes less time to get a request, render a template, and return the response ; then to have Tomcat respond to a simple request using a JSP which is compiled (pre-rendered)