Introduction to Linux concurrency concepts [IBM developerWorks]
Dec 15, 2002 — by LinuxDevices Staff — from the LinuxDevices Archive — viewsThis article from IBM's developerWorks website introduces basic Linux concurrency concepts. Concurrency (i.e. multi-processing) refers to the situation where more than one “application” is running at a time. Linux hosts always fill their process tables with a bunch of more-or-less simultaneous programs: network protocol daemons, cron managers, the kernel itself, and often much more. Linux is a multi-tasking operating system and it's built for this.
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.