Closed Joedahms closed 1 month ago
One of the requirements for this project is that the server has to be able to handle multiple clients at once. Right now it can only handle one at a time. I think this could be solved with the use of the fork() function on the server side.
One of the requirements for this project is that the server has to be able to handle multiple clients at once. Right now it can only handle one at a time. I think this could be solved with the use of the fork() function on the server side.