Fork me on GitHub
#portland-or
<
2016-09-02
>
howardabrams20:09:31

How was the meetup discussion last night? Any one take good notes for me? 😄

hlship21:09:27

I believe he put his slides on line.

hlship21:09:28

Basically: using Clojure they could hit a database far more efficiently than using monolithic Rails app. Big win: dramatically better performance with 70% fewer resources. Management happy as they decomission servers.

hlship21:09:16

Follow up was the extract a busy polling of 12K mailboxes with Clojure. Again, the monolith uses huge gobs of resources even when idle. Clojure version polls more often (5s vs 45s) and puts stuff into a queue for the monolith to process.