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

Formale Metadaten

Titel
Maximizing Throughput on Multicore systems with Erlang
Alternativer Titel
Maximizing throughput on Multicore Systems
Serientitel
Anzahl der Teile
163
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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!