Skip to content

Instantly share code, notes, and snippets.

@wolfram77
Created September 28, 2021 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfram77/7e3201aa76545759d284b3ab2d910944 to your computer and use it in GitHub Desktop.
Save wolfram77/7e3201aa76545759d284b3ab2d910944 to your computer and use it in GitHub Desktop.
Real-world Concurrency : NOTES

Highlighted notes of article while studying Concurrent Data Structures, CSE:
Real-world Concurrency.
Bryan Cantrill and Jeff Bonwick, Sun Microsystems.
ACM Queue, September 2008 https://doi.org/10.1145/1454456.1454462

BRYAN CANTRILL is a Distinguished Engineer at Sun Microsystems, where he has worked on concurrent systems since coming to Sun to work with Jeff Bonwick on Solaris performance in 1996. Along with colleagues Mike Shapiro and Adam Leventhal, Cantrill developed DTrace, a facility for dynamic instrumentation of production systems that was directly inspired by his frustration in understanding the behavior of concurrent systems.

JEFF BONWICK is a Fellow at Sun Microsystems, where he has worked on concurrent systems since 1990. He is best known for inventing and leading the development of Sun’s ZFS (Zettabyte File System), but prior to this he was known for having written (or rather, rewritten) many of the most parallel subsystems in the Solaris kernel, including the syn- chronization primitives, the kernel memory allocator, and the thread-blocking mechanism.

https://dl.acm.org/doi/10.1145/1454456.1454462

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment