Complementary Concurrency Programs for course "Linux Kernel Internals"
-
Updated
Apr 26, 2025 - C
Complementary Concurrency Programs for course "Linux Kernel Internals"
A simple implementation of thread pooling for C/C++ using POSIX threads
A collection of lightweight threading utilities
Parallel Computing with Pthreads
Labs on Unix SVR4 System Calls and Libraries NSU course. For Solaris 10
Simple multithreading caching proxy
System Programming course projects - includes UNIX/Linux system call and library function examples
An attempt to implement the routing information protocol using POSIX Threads (C Language).
A simple multithreaded server storing and retrieving key-value pairs.
Solutions of design exercises in CS433A: Parallel Programming, Spring Semester 2021-22
Repository for the course Advanced Embedded Software Development -Spring 2019
AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.
Asynchronous communication framework during multi threads and section sequence manager.
Multithreaded Layer 7 Load Balancer written in C for Linux. It utilizes POSIX sockets to accept and forward HTTP requests, distributes connections to multiple backend servers using round-robin scheduling, and transparently relays backend responses to clients . It also has dynamic Domain Name resolution.
Proyecto para Sistemas Operativos (Semestre I-2017) @ FACyT
Assignments of CSE-344 / System Programming on POSIX using mutexes server client communication, pthreads, parent child communication, semaphores, daemon process, systemV / POSIX / binary semaphores, detached/joinable threads, supplier consumer relationship, pipes
This is an exploration of Posix Threads in C.
Client/server application for hotel room bookings. Distributed Programming project @Unipisa 2019
An Application based on Probability Prediction using Randomization Algorithms. Where winning probability of player and banker is calculated simultaneously with the simulation of game Baccarat.
Add a description, image, and links to the posix-threads topic page so that developers can more easily learn about it.
To associate your repository with the posix-threads topic, visit your repo's landing page and select "manage topics."