hello,
'
i would like to developp an application with a master and ten threads which are in a listening state of datas.
To realize this, each thread must control the presence of datas in it own pipe and can write datas in it pipe too.
i have already realize this with fifos, but i don't know if must use two fifos for the communication between the master and one thread or only one, because when the master has written a data in the pipe of the thread, he takes a state of "wait the acknoledge".
i have attach a file . doc in order to explain my problem
TheGame