We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Maximizing Throughput on Multicore systems with Erlang

Formal Metadata

Title
Maximizing Throughput on Multicore systems with Erlang
Alternative Title
Maximizing throughput on Multicore Systems
Title of Series
Number of Parts
163
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Erlang is the best language there is for getting the most out of your concurrent system -- it was created with multi-core processing in mind! However, to get the best of it we need to understand what our concurrent processes are actually doing and how they'll play out with our system's physical limitations, a concept also known as mechanical sympathy. I would like to explore this subject based on my project at Ubiquiti Networks and take a look at an existing tool that could make the task of maximizing throughput on you multicore system easy and fun: the "Jobs" Framework by Ulf Wiger. Talk objectives 1. Explore a business case scenario of a highly concurrent HTTP server requiring high CPU utilization. 2. Explore "Jobs" framework in great detail with code snippets and fun pics. By the end of it anyone can start using it even developers with no Erlang background! 3. And last but not least: Demonstrate that Erlang is a fantastic choice for writing highly concurrent applications!