Relative Content

Tag Archive for cconcurrencyfifo

Client-Server Program in C

So, I have an SO project where I need to make a server/client interface, but I don´t know how I can make my server schedule and store the requests at the same time. I tried to make a fork and then the child-process was responsible for store the requests, and it was supposed to the father-process to schedule and “execute” the commands, but I don´t have the access to the array of the child. The code: