there's this problem i am working with but since i am a bit new on linux and also programming in C, it would be a great help improving my skills if somebody could help me with this problem.
I'm practicing using Linux
, so i got into this problem after I was studying about it and it got stuck into my mind since i can't barely find a solution.
The problem was: Creating a program for process communication (client-server
) using Shared Memory
, and also use shm_lock, shm_unlock, ipc_stat, ipc_set, ipc_rmid
I only know the client-server communication, by that i mean that te server sending a string to the clinet and the client letting him know that it got the message.
I really hope somebody helps me or redirects me to some page where i can find or read more about this problem/solution.
THANKS!