I'm writing a client-server application, using the accept() function like as follows,
accept (sockfd, (sockaddr*)&addr, &addrlen);
Petitions resolve fine but CPU usage associated of daemon process increases up to 100 %.... why ?
We really do need some more information to answer your question...