Go Parallel: Parallel and Multi-Core Articles
1 - 11 of 11
Previous
Next
Writing Parallel Programs with Erlang
September 15, 2009Erlang, a language for concurrency, is a good choice for writing parallel programs to fully exploit current and future multicore CPUs.
Automatic Full Parallel Processing of Hierarchical SQL Queries
February 24, 2009Although adding multiprocessing capabilities to applications is labor-intensive and error-prone, adding multicore capability to SQL query processing can be automatic, benefiting huge numbers of applications with little developer effort.
Lots about Locks
February 24, 2009Despite claims by competing technologies, locks remain the best choice for implementing synchronization and protecting critical sections of your code.
Getting Started with the .NET Task Parallel Library
September 26, 2008If you have a multi-core computer, chances are your first CPU does all the work while the others spend most of their time twiddling their electronic thumbs. Learn to unlock the idle power of your underused CPUs to greatly improve the performance of your applications.
1 - 11 of 11
Previous
Next
Intel ended its sponsorship of Go Parallel on DevX as of January 1, 2009; however, DevX will continue to bring you news, information and programming insights on parallel and multi-core program development across all development platforms. Be sure to bookmark this page and check back often.
|
Sponsored by Nokia
More and more software applications we use today perform multiple tasks concurrently and seamlessly. Any application that must perform multiple parallel tasks can benefit from multithreading. Qt -- a cross-platform application framework -- offers a range of features, including intuitive C++ APIs, that vastly simplify programming of multithreaded applications.
|
|