Adilet111 / c_server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c_server

This is the implemetation of producer consumer server in c for my class of CSCI 332

The concept is to imitate producer and consumer behaviour by putting some information in the server buffer and retrieving it

The goal was to properly manage threads and access to the buffer as well as keep consumers 'satisfied'

About


Languages

Language:C 100.0%