由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - processes vs threads
相关主题
multi threading 还是 multi processing真正的multi-threading是5个thread要5个cpu?那apache是真正的m
a dummy OS questionthread, semaphore, 问题。
来来,讨论一下multithread, multi-core, affinitypython下的expect
One OS scheduling question (转载)多线程编程前景如何?
多线程 编程,process 和 thread 的一些问题。c++下如何实现多线程?
multithreaded vs multiprocess[合集] 怎么样提高自己的multi-thread programming能力?
use abort() to generate coredump (转载)有谁用TBB吗
pthread mutex能不能用与thread和process之间why do we need to map user threads to kernel threads?
相关话题的讨论汇总
话题: threads话题: processes话题: explain话题: vs话题: difference
进入Programming版参与讨论
1 (共1页)
n******g
发帖数: 2201
1
can someone explain the difference please
c*********e
发帖数: 16335
2
你科班出身的?

【在 n******g 的大作中提到】
: can someone explain the difference please
w**z
发帖数: 8232
3
自己 Google 吧。

【在 n******g 的大作中提到】
: can someone explain the difference please
Y**G
发帖数: 1089
4
Different threads share the memory space since they use the same page table,
different proceses does not share memory unless shared explicitly.

【在 n******g 的大作中提到】
: can someone explain the difference please
n******g
发帖数: 2201
5
Thank you!

table,

【在 Y**G 的大作中提到】
: Different threads share the memory space since they use the same page table,
: different proceses does not share memory unless shared explicitly.

x****u
发帖数: 44466
6
线程是调度单位 ,进程是资源分配的单位
在linux下这两个词义很多时候都被滥用了

【在 n******g 的大作中提到】
: can someone explain the difference please
W***o
发帖数: 6519
7
这是操作系统101的知识点了
1 (共1页)
进入Programming版参与讨论
相关主题
why do we need to map user threads to kernel threads?多线程 编程,process 和 thread 的一些问题。
Problem of Thread by Prof. Lee大伙怎么看?multithreaded vs multiprocess
一个multithread的问题(是不是有人觉的很简单?)use abort() to generate coredump (转载)
rand() in multitreadingpthread mutex能不能用与thread和process之间
multi threading 还是 multi processing真正的multi-threading是5个thread要5个cpu?那apache是真正的m
a dummy OS questionthread, semaphore, 问题。
来来,讨论一下multithread, multi-core, affinitypython下的expect
One OS scheduling question (转载)多线程编程前景如何?
相关话题的讨论汇总
话题: threads话题: processes话题: explain话题: vs话题: difference