Skip to content

semyonsylka/basic_syscalls_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic syscall sample

Build

Create build directory and run cmake with path to CMakeLists.txt

mkdir build
cd build
cmake /path/to/syscall_basic_task/src
make

Usage

Run server (poll_server or select_server) and client

./pool_server
./client

For docker container run.sh script starts pool_server with client

docker build -t docker-syscalls-sample /path/to/syscall_basic_task

docker run docker-syscalls-sample

Requires

cmake, gcc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published