Inter Process Communication
My project is "Design and Implementation of Inter Process Communication ".I am doing this using C language in Linux Platform.My project features are:
*)File passing through pipes
*)Multiple chat using message queue
*)Locking and unlocking of resources using semaphores
*)Reader and Writer problem using shared memory
*)Producer/Consumer problem using mutex and condition variables.
These features are already existing in Unix.So I have to add additional features to this.So give some new ideas or features that can be included in this project.
Regards
Valli

