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

0MQ: Multithreading magic

Formal Metadata

Title
0MQ: Multithreading magic
Subtitle
Why Everything You Thought You Knew about Concurrency is Bogus, if not actually Totally Insane
Title of Series
Number of Parts
64
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Multi-core boxes are becoming mainstream, but software tools are not keeping with the hardware evolution. Classic multithreading programming is complex and error-prone. Systematic solutions, like Erlang programming language, on the other hand are limited to small niches and are hard to use in real-world legacy environments. The talk explains how 0MQ can be used to bring Erlang-style message-based concurrency to any language in literally couple of minutes.