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.

Building Clojure Services at Scale

149 pointsby r4vikover 11 years ago

4 comments

arohnerover 11 years ago
One thing I&#x27;ve noticed with my own Clojure service at scale, is that eventually, I want to significantly reduce my use of futures entirely.<p>When you&#x27;re getting started with Clojure, it&#x27;s easy to do everything that needs to happen &quot;later&quot; or &quot;in the background&quot; as a future. Once you go to production, you realize that about half of those futures should have been jobs going into a queue somewhere, with logging and guaranteed delivery, retrying on another machine, if necessary.<p>I haven&#x27;t gotten to the point of writing that library, but I probably will, soon.
评论 #6382122 未加载
评论 #6383542 未加载
评论 #6382823 未加载
Terrettaover 11 years ago
With Ghostery on, there&#x27;s no content on this page unless you unblock the SoundCloud widget.<p>In this case, it&#x27;s definitely worth unblocking. :-)
评论 #6385542 未加载
评论 #6381537 未加载
jhspaybarover 11 years ago
This is the first I&#x27;ve heard of the &quot;Scala runtime&quot;. Isn&#x27;t it compiled to bytecode and usable as a jar dropped in anywhere on the JVM possibly with some name mangling if you don&#x27;t design your public interface to be pretty for java based projects?
评论 #6381077 未加载
评论 #6381878 未加载
评论 #6382449 未加载
评论 #6381099 未加载
评论 #6381206 未加载
dinedalover 11 years ago
I&#x27;ve used Hystrix to great effect before, but am now really curious about mixing it with LMX Disruptor aka Reactor and it&#x27;s clj bindings ( <a href="https://github.com/clojurewerkz/meltdown" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;clojurewerkz&#x2F;meltdown</a> ). Anyone have any experience doing so?
评论 #6383448 未加载
评论 #6383072 未加载