HotOS IX — Paper
august 2011 by rcrowley
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
Wide Finder 2 - 1024cores
february 2011 by rcrowley
An explanation of a divide-and-conquer algorithm in the context of a very high-performance parallel I/O system. It processes 235 MB/s even as the disk can only deliver 150 MB/s. This validates my experience that global buffers are pretty much guaranteed in high-performance systems.
widefinder
io
parallelism
threading
february 2011 by rcrowley
Intel® Threading Building Blocks 2.1 - Intel® Software Network
august 2008 by rcrowley
Bookmarked for concurrent_hash_map
intel
tbb
c++
hash
threading
august 2008 by rcrowley
SGI STL Thread-Safety
august 2008 by rcrowley
More reading for later about the STL and using it in multi-threaded environments. I use it quite successfully with fine-grained locking using a pile of pthread_mutexes.
c++
stl
sgi
threading
august 2008 by rcrowley
[Libevent-users] Thread-iness
august 2008 by rcrowley
The nuances of libevent being multithreaded (it's not) and being used in a multithreaded environment. This very example may have bitten me in the ass before.
libevent
c
memcache
memcached
threading
august 2008 by rcrowley
ongoing · Wide Finder 2
july 2008 by rcrowley
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: