Home    |Web Directory    |Metasearch    |Message Boards    |Classified Ads|

Web Directory

Home

Web Directory

Metasearch

Message Boards

Classified Ads


Your Ad Here


Your Ad Here

Threads (95)

Categories:

See Also:
Sites:

http://www.usenix.org/publications/library/proceedings/usenix-nt98/full_papers/zabatta/zabatta_html/zabatta.html   » A Thread Performance Comparison Open in a new browser window
   Compares Windows NT and Solaris on a symmetric multiprocessor machine.
   http://www.usenix.org/publications/library/proceedings/usenix-nt98/full_papers/zabatta/zabatta_html/zabatta.html

http://await.sourceforge.net/   » Await && Locks Open in a new browser window
   An expressive C++ thread synchronization library.
   http://await.sourceforge.net/

http://liinwww.ira.uka.de/bibliography/Os/threads.html   » Bibliography on Threads and Multithreading Open in a new browser window
   Part of the Computer Science Bibliography Collection.
   http://liinwww.ira.uka.de/bibliography/Os/threads.html

http://www.devx.com/upload/free/features/javapro/1999/01jan99/jg0199/jg0199.asp   » Comparing Win32 and Java Synchronization Open in a new browser window
   Comparison of the available Java synchronization primitives with the Win32 counterparts.
   http://www.devx.com/upload/free/features/javapro/1999/01jan99/jg0199/jg0199.asp

http://www.aw-bc.com/catalog/academic/product/0,1144,0805300864,00.html   » Concurrent Programming: Principles and Practice Open in a new browser window
   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)
   http://www.aw-bc.com/catalog/academic/product/0,1144,0805300864,00.html

http://www.geocities.com/SiliconValley/Heights/6038/dthreads.html   » Designing a Thread Class in C++ Open in a new browser window
   Resources on designing a thread class in C++. Provides introduction, basic approach, implementation and using the class thread in C++.
   http://www.geocities.com/SiliconValley/Heights/6038/dthreads.html

http://www.aw-bc.com/catalog/academic/product/0,1144,0201357526,00.html   » Foundations of Multithreaded, Parallel, and Distributed Programming Open in a new browser window
   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)
   http://www.aw-bc.com/catalog/academic/product/0,1144,0201357526,00.html

http://www.slcentral.com/articles/01/6/multithreading/   » Fundamentals of Multithreading Open in a new browser window
   Technical article, covering Amdahl's Law, latencies and bandwidth, on-chip multiprocessing, Jackson technology, and simultaneous multithreading. (SystemLogic.net)
   http://www.slcentral.com/articles/01/6/multithreading/

http://www.embedded.com/story/OEG20020321S0023   » Introduction to Priority Inversion Open in a new browser window
   Gives an introduction to priority inversion and shows a pair of techniques to avoid them.
   http://www.embedded.com/story/OEG20020321S0023

http://www.gotw.ca/publications/guest-ed-200609.htm   » It's (Not) All Been Done Open in a new browser window
   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.
   http://www.gotw.ca/publications/guest-ed-200609.htm

http://www.ddj.com/dept/cpp/189401457   » Lock-free Interprocess Communication Open in a new browser window
   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 pr
   http://www.ddj.com/dept/cpp/189401457

http://www.devx.com/upload/free/features/vcdj/2000/05may00/dm0500/dm0500.asp   » Multithreaded Programming in C++ and Java Open in a new browser window
   Introduction to C++ (on Win32) and Java multithreading.
   http://www.devx.com/upload/free/features/vcdj/2000/05may00/dm0500/dm0500.asp

http://www.wiley.com/legacy/compbooks/catalog/18012-2.htm   » Object-Oriented Multithreading using C++ Open in a new browser window
   This book shows how to avoid common pitfalls of multithreading in UNIX, Windows NT, or OS/2 environments.
   http://www.wiley.com/legacy/compbooks/catalog/18012-2.htm

http://world.std.com/~jimf/papers/c++sync/c++sync.html   » Portable Thread Synchronization using C++ Open in a new browser window
   Provides example C++ classes implementing a series of synchronization objects useful for building portable (Solaris and Win32) multithreaded applications.
   http://world.std.com/~jimf/papers/c++sync/c++sync.html

http://www-md.e-technik.uni-rostock.de/ma/gol/rtsys-bib/90-toc-pcp.pdf   » Priority Inheritance Protocols Open in a new browser window
   Use of synchronization mechanisms like semaphores, monitors, and critical regions can lead to uncontrolled priority inversion. [PDF file]
   http://www-md.e-technik.uni-rostock.de/ma/gol/rtsys-bib/90-toc-pcp.pdf

http://www.sics.se/~adam/pt/   » Protothreads Open in a new browser window
   Extremely lightweight stackless threads which provide linear code execution for event-driven systems, designed for severely memory constrained systems.
   http://www.sics.se/~adam/pt/

http://www.risc.uni-linz.ac.at/software/rt++/   » RT++ Open in a new browser window
   Higher order threads for C++; tutorial and reference manual.
   http://www.risc.uni-linz.ac.at/software/rt++/

http://acmqueue.com/modules.php?name=Content&pa=showpage&pid=332   » Software and the Concurrency Revolution Open in a new browser window
   Focuses on the implications of concurrency for software and its consequences for both programming languages and programmers. (Herb Sutter and James Larus)
   http://acmqueue.com/modules.php?name=Content&pa=showpage&pid=332

http://state-threads.sourceforge.net/   » State Threads Library Open in a new browser window
   A small application library for writing fast and highly scalable Internet applications on UNIX-like platforms. [Open source, MPL or GPL]
   http://state-threads.sourceforge.net/

http://www.northco.net/chenke/project/project2.html   » Survey of Threads Open in a new browser window
   Comparing Solaris, Linux, and Windows NT threads.
   http://www.northco.net/chenke/project/project2.html

http://www.gotw.ca/publications/concurrency-ddj.htm   » The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software Open in a new browser window
   The biggest sea change in software development since the OO revolution is knocking at the door, and its name is Concurrency.
   http://www.gotw.ca/publications/concurrency-ddj.htm

http://www.computer.org/portal/site/computer/menuitem.5d61c1d591162e4b0ef1bd108bcd45f3/index.jsp?&pName=computer_level1_article&TheCat=1005&path=computer/homepage/0506&file=cover.xml&xsl=article.xsl&   » The Problem with Threads Open in a new browser window
   Argues that for concurrent programming to become mainstream, threads must be discarded as a programming model. Nondeterminism should be judiciously and carefully introduced where needed, and it should be explicit in programs.
   http://www.computer.org/portal/site/computer/menuitem.5d61c1d591162e4b0ef1bd108bcd45f3/index.jsp?&pName=computer_level1_article&TheCat=1005&path=computer/homepage/0506&file=cover.xml&xsl=article.xsl&

http://members.aol.com/drbutenhof/ThreadTable.html   » Thread Implementation Table Open in a new browser window
   Dave Butenhof's comparison of thread implementations.
   http://members.aol.com/drbutenhof/ThreadTable.html

http://zthread.sourceforge.net/   » ZThreads Open in a new browser window
   An advanced object-oriented, cross-platform C++ threading and synchronization library. [GPL]
   http://zthread.sourceforge.net/

http://www.serpentine.com/~bos/threads-faq/   » comp.programming.threads FAQ Open in a new browser window
   Frequently asked questions (by Bryan O'Sullivan).
   http://www.serpentine.com/~bos/threads-faq/

http://www.ddj.com/dept/cpp/184403766   » volatile - Multithreaded Programmer's Best Friend Open in a new browser window
   Discusses the usage of the volatile keyword in multithreaded C++ programs.
   http://www.ddj.com/dept/cpp/184403766


Newsgroups:
Category Editor: cmeerw

Last Updated: 2006-09-16 11:26:58



Your Ad Here

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by GoSearchFor.com

Free previews by Thumbshots.org