Change the repository type filter
All
Repositories list
4 repositories
Sockets
PublicC programs demonstrating local client-server communication using UNIX-domain stream sockets to validate Fibonacci sequences, highlighting inter-process communic…Threads-Synchronization
PublicC programs using POSIX threads to print “What A Wonderful World!” in correct order, demonstrating thread synchronization with semaphores and condition variables…Threads
PublicC program using POSIX threads (pthreads) to compute the inner product of two vectors in parallel, demonstrating multithreading, workload distribution, and mutex…Fork
PublicC programs demonstrating process creation and synchronization in Linux using fork() and wait(), including process hierarchies, zombie/orphan handling, and dynam…