由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 为什么说semaphore是一种进程间的通信方式。
相关主题
java里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?about critical section
thread, semaphore, 问题。关于multi thread
Restaurant Reservation System...how to answer this question, thanks
编程题又一道mutex和semaphore的差别到底是什么?
pthread mutex能不能用与thread和process之间谁能推荐一个read-writer lock的C++实现? (转载)
给大家出个多进程的题你们觉得《the little book of semaphore》这本书怎么样?
Semaphores in Linux (转载)多个thread的通信
大家看过来Re: C++ Guys!!!!critical section semaphore muta的问题
相关话题的讨论汇总
话题: 进程话题: 通信话题: semaphore
进入Programming版参与讨论
1 (共1页)
r****o
发帖数: 1950
1
我一直没有搞明白的就是:
semaphor是一种进程间的同步方式,为什么人们也把它列为进程间的通信方式之一呢?
t****t
发帖数: 6806
2
because you have to communicate in order to synchronize?

【在 r****o 的大作中提到】
: 我一直没有搞明白的就是:
: semaphor是一种进程间的同步方式,为什么人们也把它列为进程间的通信方式之一呢?

1 (共1页)
进入Programming版参与讨论
相关主题
critical section semaphore muta的问题pthread mutex能不能用与thread和process之间
multi-thread 一问,给大家出个多进程的题
精华区翻出来的MS老题,thread safeSemaphores in Linux (转载)
Monitor和semaphore, mutex是什么关系?大家看过来Re: C++ Guys!!!!
java里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?about critical section
thread, semaphore, 问题。关于multi thread
Restaurant Reservation System...how to answer this question, thanks
编程题又一道mutex和semaphore的差别到底是什么?
相关话题的讨论汇总
话题: 进程话题: 通信话题: semaphore