Tag: Threads
CodeSport
In this month's column, we continue our discussion on the threading support introduced in the new C++11 standards. We first look at how we...
CodeSport
In this month's column, we take a quick look at the threading support introduced in the new standard for C++11.
One of the major events...
Supercharge Your Self-Hosted WordPress Blog with Nginx & FastCGI
If you are running WordPress on a VPS, you've got all the power in the world to run the site exactly the way you...
Light-Weight Processes: Dissecting Linux Threads
This article, aimed at Linux developers and students of computer science, explores the fundamentals of threads and their implementation in Linux with Light-Weight Processes,...
CodeSport
Welcome to CodeSport! We will continue the discussion that began last month about software transactional memory.
The main difference between traditional lock-based synchronisation and software...
Python Threading and its Caveats
As a rapid application development language, Python is highly preferred for being easy to use, feature-rich and robust. With multi-core processors now becoming more...
Turbo Charge Python Apps with Speed, Part 2
In an earlier article, we tried out some of the tools to turbo-charge mainly CPU-bound Python programs, without modifying the source code too often....
CodeSport
Welcome to CodeSport. This month, we feature a medley of questions about operating systems, computer architecture and algorithms.
Last month's column featured three questions on...
Turbo Charge Python Apps with Speed, Part 1
Python's ease of use, friendliness, "batteries-included" huge standard library, plus add-on libraries, make it one of the most popular languages in the FOSS world....