portland-or

Clojure in PDX yo!
2016-09-02T20:40:31.000002Z

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

hlship 2016-09-02T21:49:27.000003Z

I believe he put his slides on line.

hlship 2016-09-02T21:50:28.000004Z

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.

hlship 2016-09-02T21:51:16.000005Z

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.

2016-09-02T22:02:41.000006Z

Thanks!