FOSDEM 2011 - 0MQ - Presentation Transcript Multithreading Magic Why Everything You Thought You Knew about Concurrency is Bogus, if not actually Totally Insane by Pieter Hintjens, CEO, iMatix FOSDEM 2011 Hintjens' Law of Concurrency e = mc 2 ... 続きを読む
This is a simple sample code which recieves request from web browser with libevent and dispatch messages with ØMQ(zeromq/zmq) and MessagePack. When web server receives GET request, get paramter is converted to msgpack’s map and it is sent to... 続きを読む
ØMQ(zeromq)について簡単に調査したのでメモ。元ネタはØMQ – The Guide。 概要 N-N通信を実現する、socket API風軽量メッセージングライブラリ。 自動的な再接続や、メッセージのキューイングを行ってくれる。 メッセージングパターンを組み合わせることによっ... 続きを読む
Scalability Layer Hits the Internet Stack Martin Sústrik, August 17th 2010 Abstract This article argues that aside of TCP/IP (interlinked network hosts) and world-wide web (interlinked documents) we need a simple general-purpose decentralised... 続きを読む
Fastest. Messaging. Ever. What's messaging? Getting two apps to talk is always a challenge. They have to agree on what the data looks like. And what it means. They have to agree on how the data is organised into a message. XML, binary, or som... 続きを読む
Berkeley Sockets (BSD) are the de facto API for all network communication. With roots from the early 1980's, it is the original implementation of the TCP/IP suite, and arguably one of the most widely supported and critical components of any o... 続きを読む