https://github.com/kkli08/socket_server
Multi-threading pipelining model
https://github.com/kkli08/socket_server
multi-threading socket-programming
Last synced: 4 months ago
JSON representation
Multi-threading pipelining model
- Host: GitHub
- URL: https://github.com/kkli08/socket_server
- Owner: kkli08
- Created: 2022-12-27T05:11:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T21:38:33.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T05:55:54.663Z (over 1 year ago)
- Topics: multi-threading, socket-programming
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket_Server
An implementation of client & consumer in scoket programming
`[socket programming]` `[process communication]`
### Author
Ke Li
### Description
This is a School Project Using Socket, Linux and C.
Run program by:\
`make`\
`./server port`\
`./client port ip-address`