IPC implemented using
#8pipes: struck at sending the processed data from server to client without using sleep();
#2pipes:data gets overwritten frequently.Working on it.
#fifo:all clients approach the server at almost the same time causing certain issues in the transfer of data. Working on it.