Skip to content

pizslacker/multi-thread-socket-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-thread-socket-server

Proof-of-concept multistream socket server, implemented in C.

Compile the program with these arguments to gcc:

gcc <programname.c> -o <programname> -lpthread
  • "lpthread" is the switch-argument to turn on POSIX threads.

About

Proof-of-concept multi-threaded socket server, implemented in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages