I am working on a server application in C using Pthreads(Linux).Everything works fine, clients can connect with the server and transfer data. The problem being faced is that my software keeps stuck at accept till it does not receive a new request from a client.I am working on a server application in C using