Skip to content

I created calculator that can work through a network connection; using a thread for each client connection.

Notifications You must be signed in to change notification settings

connortwall/Multithreaded-Network-Calculator

Repository files navigation

Multithreaded-Network-Calculator

I created calculator that could work through a network connection, using a thread for each client connection. I made a struct type to represent the data associated with a particular client, which includes the client socket file descriptor and a pointer to the shared struct Calc instance. I added synchronization to my implementation so that expression evaluations are atomic.

About

I created calculator that can work through a network connection; using a thread for each client connection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published