Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

hwestman/Multithreaded-Client-Server

Repository files navigation

A client and a server communicating over IPC.

The server runs a threadpool executing arbitrary task requested by the client.

In this implementation the client takes int's from a a keyboard input and requests the server that factorize the input using a threadpool to distribute the task.

All results are returned async to the client.

make

./program <size of thread pool>

About

C Client Server multiprocessing protocol using a custom grand central dispatch queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published