Recent content by karthik_br
-
K
C/C++ Server-client(s) loop in C/C++ (Windows)
Thanks for the reply chroot. I will check into using threads correctly. Also is there no way to avoid the infinite while loop for server to keep listening? Wont it cause an CPU overhead with while(true) Though I am a newbie here, one thing I would like to point out is that thread pool has an...- karthik_br
- Post #23
- Forum: Programming and Computer Science
-
K
C/C++ Server-client(s) loop in C/C++ (Windows)
This is a very good discussion. Learnt quite a bit from it. I have a question in this context. The socket server has this infinite while loop for server to keep listening. The problem I am having is that the process which launches the server is held up. In other words the process which has other...- karthik_br
- Post #20
- Forum: Programming and Computer Science