Sort by: Hits | Alphabetical Links |
A Thread Performance Comparison Compares Windows NT and Solaris on a symmetric multiprocessor machine. www.usenix.org/publications/library/proceedings/usenix-nt98/full_papers/zabatta/zabatta_html/zabatta.html Read more |
| Apply Critical Sections Consistently Critical sections are the One True Tool for guaranteeing mutual exclusion on shared variables. Like most tools, these must be applied consistently, and with the intended meanings. (October 10, 2007) www.ddj.com/cpp/202401098 Read more |
| Concurrency with Erlang To avoid problems with shared state working with multiple threads, Vinoski recommends a programming language like Erlang rather than C++ or Java. (September, 2007) dsonline.computer.org/portal/site/dsonline/menuitem.9ed3d9924aeb0dcd82ccc6716bbe36ec/index.jsp?&p
Name=dso_level1&path=dsonline/2007/10&file=w5tow.xml&xsl=article.xsl& Read more |
| Concurrent Programming: Principles and Practice This book provides an in-depth overview of underlying principles as well as practical techniques that can be used to design concurrent programs. (Greg Andrews) www.aw-bc.com/catalog/academic/product/0,1144,0805300864,00.html Read more |
| Designing a Thread Class in C++ Resources on designing a thread class in C++. Provides introduction, basic approach, implementation and using the class thread in C++. www.geocities.com/SiliconValley/Heights/6038/dthreads.html Read more |
| Foundations of Multithreaded, Parallel, and Distributed Programming This book teaches the fundamental concepts of multithreaded, parallel and distributed computing. Emphasizes how to solve problems, with correctness the primary concern and performance an important, but secondary, concern. (Gregory R. Andrews) www.aw-bc.com/catalog/academic/product/0,1144,0201357526,00.html Read more |
| Fundamentals of Multithreading Technical article, covering Amdahl's Law, latencies and bandwidth, on-chip multiprocessing, Jackson technology, and simultaneous multithreading. (SystemLogic.net) (June 15, 2001) www.slcentral.com/articles/01/6/multithreading/ Read more |
| Generic Synchronization Policies in C++ Most uses of synchronization code in multi-threaded applications fall into a small number of high-level “usage patterns”, or what can be called generic synchronization policies (GSPs). This paper illustrates how the use of such GSPs simplify the writing of thread-safe classes. In addition, this paper presents a C++ class library that implements commonly-used GSPs. www.ciaranmchale.com/gsp/ Read more |
| It's (Not) All Been Done Every decade or so there is a major revolution in the way software is developed. But, unlike the object and web revolutions, the concurrency revolution can be seen coming. (September, 2006) www.gotw.ca/publications/guest-ed-200609.htm Read more |
| Lock-free Interprocess Communication Interprocess communication is an essential component of modern software engineering. Often, lock-free IPC is accomplished via special processor commands. This article propose a communication type that requires only atomic writing of processor word from processor cache into main memory and atomic processor word reading from main memory into the processor register or processor cache. (June 15, 2006) www.ddj.com/dept/cpp/189401457 Read more |
| Portable Thread Synchronization using C++ Provides example C++ classes implementing a series of synchronization objects useful for building portable (Solaris and Win32) multithreaded applications. www.frostbytes.com/~jimf/papers/c++sync/c++sync.html Read more |
| Priority Inheritance Protocols Use of synchronization mechanisms like semaphores, monitors, and critical regions can lead to uncontrolled priority inversion. [PDF file] www-md.e-technik.uni-rostock.de/ma/gol/rtsys-bib/90-toc-pcp.pdf Read more |
| Protothreads Very lightweight stackless threads; give linear code execution for event-driven systems, designed to use little memory; library is pure C, no platform-specific Assembly; usable with or without OS. Open source, BSD-type license. www.sics.se/~adam/pt/ Read more |
| |
Items 1 - 20 out of 31 displayed. |
| Number of directories: 10.389
Number of links: 163.566
Last updated: Feb 12, 2008. |
|