rcrowley + concurrency   9

disruptor - Concurrent Programming Framework - Google Project Hosting
Open-source implementation of the disruptor architecture in the previously-linked LMAX article.
lmax  disruptor  concurrency 
january 2012 by rcrowley
The LMAX Architecture
A single-threaded transaction-processing system that punts all I/O to the outer edges to isolate the parts of the program that must operate concurrently.
concurrency  architecture  oltp 
january 2012 by rcrowley
Pykka — Pykka v0.13.0 documentation
A Python implementation of actor-in-a-thread, like Ruby's Celluloid. Named like Scala's Akka.
python  concurrency  actor  pykka 
october 2011 by rcrowley
Linux Kernel Tuning for C500k | Urban Airship
Quick reference to the relevant kernel parameters that need tuning to accept hundreds of thousands of TCP connections on single commodity instances.
networking  c10k  c500k  concurrency  tcp  linux  kernel  sysctl 
august 2011 by rcrowley
HotOS IX — Paper
Old but good bit from Brewer demonstrated a good thread implementation is able to handle as much concurrency as a good evented program. Bonus: Russ Cox, now working on Go, is acknowledged for his assistance.
event  concurrency  parallelism  threading 
august 2011 by rcrowley
Parallelism /= Concurrency | GHC Mutterings
I'm guilty of conflating the terms "concurrency" and "parallelism." This article is more clear than most about the precise difference.
concurrency  parallelism 
may 2011 by rcrowley
Python Package Index : greenlet 0.2
Interesting different take on concurrency in Python.
python  concurrency  greenlet  pypi 
january 2010 by rcrowley
ongoing · Wide Finder 2
Back at it, this time with a beast of a server, a dataset that won't fit in memory (joy of joys!) and (inexplicably) more OCaml.
widefinder  sun  timbray  concurrency  programming  dist  parallelism  threading 
july 2008 by rcrowley

Copy this bookmark:



description:


tags: