I am using VirtualBox version 4.1.12_Ubuntur77245. Following is a screenshot of the command htop
. Why does virtualbox spawn multiple processes for a single VM?
Asked
Active
Viewed 1,770 times
6

mihirj
- 171
1 Answers
10
Those aren't processes, they're threads. As indicated by the graph, all but the top one are threads spawned by the main process 3164. (Each thread also gets its own PID in Linux.)
You can press H
in htop to collapse or expand process threads.

Michael Hampton
- 8,828
Clipboard sharing
andDrag & Drop
. – Feb 01 '15 at 06:29