Sir while creating multiple client server program using fifo although my code is working fine but if i m executing my code continuously some times all the requesting client are working without generating any kind of delay in writing, but at other instance they are giving rise to delay of few ms before they begin..?? architecture of my code. Using 1 fifo with semaphore on the requesting side , and to serve them i m creating individual fifo based on the condition of arithmetic operator . how to resolve this issue..??
Regards