Skip to content

πŸ“š Goodreads, Operating Systems course, University of Tehran

Notifications You must be signed in to change notification settings

kalhorghazal/Goodreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Goodreads Implementation Using Multi-Threaded Programming:

In a Unix/Linux operating system, the C/C++ languages provide the POSIX thread(pthread) standard API(Application program Interface) for all thread related functions. It allows us to create multiple threads for concurrent process flow. It is most effective on multiprocessor or multi-core systems where threads can be implemented on a kernel level for achieving the speed of execution. Gains can also be found in uni-processor systems by exploiting the latency in IO or other system functions that may halt a process.

About

πŸ“š Goodreads, Operating Systems course, University of Tehran

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published