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.

Aleph: A new event-driven web server for Clojure

86 pointsby saikatalmost 15 years ago

3 comments

adamilardialmost 15 years ago
Clojure runs on the JVM. If there is one thing the JVM has to much of it's application servers. Jetty(non blocking), Glassfish for enterprise apps. Tomcat, websphere, weblogic, apache geronimo...etc. Why not just conform to those standards and make the clojure applications deploy to them. What is the advantage of this server over jetty?
评论 #1498674 未加载
评论 #1498814 未加载
评论 #1499859 未加载
评论 #1498720 未加载
joubertalmost 15 years ago
I've implemented servlet-based solutions with Clojure on top of Tomcat (e.g. at <a href="http://elev.at" rel="nofollow">http://elev.at</a>), and although it wasn't too bad, there is still cruft to deal with. This looks like an interesting option indeed.
c00p3ralmost 15 years ago
Why not? CPU and RAM are cheap enough and we even would see NIO2 implementation some day.