Skip to content

deep-shekhar/multithreading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vowel Count

Counts all vowels in text files that are given as input by the user using Multithreading, pthread.h library of the c++ is used for the implementation

Sleeping Barber

The sleeping barber problem is a classic interprocessing problem that uses mutual exlusion and semaphores to synchronize a barber and his or her customers such that each customer has his or her hair cut in order.

https://en.wikipedia.org/wiki/Sleeping_barber_problem

Multithreaded socket server

The server code listens for connections and when a new client arrives a new thread is created which then continues communication with the client.

About

Small projects built in C++ using multi-threading concepts and mutual exclusion principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 96.4%
  • Makefile 3.6%