How to view threads of a process on Linux

Posted by xmodulo on May 12, 2015 4:48 AM EDT
Xmodulo; By Dan Nanni
Mail this story
Print this story

Threads are a popular programming abstraction for parallel execution on modern operating systems. When threads are forked inside a program for multiple flows of execution, these threads share certain resources (e.g., memory address space, open files) among themselves to minimize forking overhead and avoid expensive IPC (inter-process communication) channel. These properties make threads an efficient mechanism for concurrent execution.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Debian, Fedora, Linux, Ubuntu

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.