User: LuckyIsDog

  • Public profile

User profile: LuckyIsDog

User info
User name:LuckyIsDog
History
Joined:
Number of posts:44
Latest posts:

How do sockets send and read, through separate packets or will it concatenate them?
Let's say the client uses the send function twice to the server. The server receives the packets,...

How to compare char* pointer with a range?
I understand you can do [code] char* charpointer[2]; charpointer = "12"; if (charpointer[0] ...

Splitting off recvfrom's to other threads..
[quote]Also you should reconsider using a pool of threads (5 in your case) which all run at program ...

Splitting off recvfrom's to other threads..
[quote]Have you considered that you may some day want to send a variable length body? The answer is ...

Splitting off recvfrom's to other threads..
Ahh.. so you're saying just have a one thread read it all in one place much like a supervisor and se...

This user does not accept Private Messages