Simple examples of creating socket server and multiple clients in different ways, either by utilizing select which is more focuses on client request and server handle the request and then close the connection or by creating corresponding thread to accept the connection request from different clients simultaneously and will always maintain the connection with those clients. The later more focuses on sending command from server to the clients while keeping the socket connection all the time.
-
Notifications
You must be signed in to change notification settings - Fork 0
lixueyi83/socket-multithreading
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C implementation of multi-thread socket communication
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published