Implementation of the "Cancellation Token" pattern
-
Updated
Aug 27, 2024 - Python
Implementation of the "Cancellation Token" pattern
Multi-threading camera stream to improve video processing performance
Operating Systems general concepts and detailed explanation of xv6 kernel.
Reliable Data Transfer Protocols (go-back-n, stop-and-wait)
Buddy Management System In Operating Systems.
.Net Core producer-consumer with BlockingCollection<T>
This repository contains my solution of the assignments of the course CSE-314 | Operating System.
Translates xml string file using multithreading to desired language via google translate api.
This Python code includes web scraping, MongoDB database interaction, and data analysis; it fetches news articles, analyzes word frequency, and gathers statistics.
Provides a threading read/write mutex lock usable with context managers.
In this project, you will learn the basics of threading a process and how to work on the same memory space. You will learn how to make threads. You will discover the mutex, semaphore and shared memory.
General purpose library with utility code for C++17 projects, dealing with UTF-8 / UTF-16 / UTF-32 conversion, dependency injection, signals/slots, string/number conversion and threading.
Creating threads can be quite expensive. Typically each thread is going to do essentially the same thing so it’s good to keep reusing them. Threads are actually quite heavy and creating or destroying threads takes time away from what you’re trying to accomplish. Another benefit of thread pools is they keep the system from becoming overloaded. Th…
This project is for improving I/O Bound Performance For file transferring. for file transferring this project use image download.
SuperCoder Program for full stack development
In this practical I wrote an array-based implementation of a dynamically-chosen fixed-size generic Queue in C, and a thread-safe, blocking queue.
Automated API-End Points accessibility checker
Demonstrated a demo for the multithreading using C# which consists of simple threading example, locks, mutex and semaphores.
A class for performing threaded URL requests and data analysis.
Add a description, image, and links to the threading-synchronization topic page so that developers can more easily learn about it.
To associate your repository with the threading-synchronization topic, visit your repo's landing page and select "manage topics."