20 results for “topic:race-condition-prevention”
Super fast async file writer with atomic write ⚡
Write files safely, to avoid race conditions
Material for a workshop for learning about the Pony programming language
useEffect hook with injected current flag
OS Project: Sleeping Teaching Assistant using mutex locks and semaphores.
PHP application-level database locking mechanisms to implement concurrency control patterns.
Producer and Consumer are part of an application. The producer access a two dim matrix of int (of 100 x 100) and produces the memory address as an item and store it in a array of pointers to int. The consumers compete and get an entry of the array that corresponds to a row, and finds the number of primes in that row and adds it to a shared sum
An extensible quota keeper using redis
Java Path Finder and Gradle configuration with simple dining philosopher problem
A hook designed to perform an async effect in a safe way, thus prevent possible and undesired race condition.
Automated Teller Machine system that demonstrates both the race condition and a solution to it.
Prevent race conditions with contexts and API calls by wrapping them in this implementation
Solution to assignments from an operating systems course taken at KTH
Implementação de um simulador de um estacionamento campus utilizando programação paralela, sincronização e resolução de deadlocks. Trabalho realizado no 4º período de Ciência da Computação do Instituto Federal de Minas Gerais(IFMG) - Campus Formiga para a Disciplina Sistemas Operacionais.
Producer - Consumer problem in C.
Solution to Prevent Race Conditions in a Distributed Ecosystem
No description provided.
A system with wallet and voucher services
OS PRACTICAL IMPLEMENTATION
An expense management app