This Week In Erlang Aug 11

Welcome to another version of “This Week In Erlang”. I think we had a slow week, but I assume it’s going to pick up as the OTP seem to have came back from vacation :P. I think the biggest news of all is ErlangSolution’s support for Riak. However, there is more!

Articles and Blog posts

Library updates

OTP Updates

Library of the week

If you have worked with Erlang long enough you have ran into a situation where you a single gen_server was not enough to handle your load. The message queue just can’t keep up. You may have wrote your own batching/pooling/etc. strategy, but I want to show a very stable library to make it all easy for you. Worker_pool by Inaka is worht a look:

https://github.com/inaka/worker_pool

Project of the week

Suggested by Mariabo (@warianoguerra) I wan’t to introduce you to this amazing project that is based on Erlang. Check it out! https://bragful.com/en

Announcements