Locking-Center provides very useful primitive service in many environments where different processes must operate with shared resources in a mutually exclusive way.
-
Updated
Jun 29, 2021 - Go
Locking-Center provides very useful primitive service in many environments where different processes must operate with shared resources in a mutually exclusive way.
En estas practicas se implementaron varios patrones de diseño ademas de utilizar ciertas librerias para el manejo de mensajes por el protocolo TCP y manejo de concurrencia
The Go Connector of Locking-Center is a mutex point to synchronize access between different services. You can limit the execution between services and create queueing for the operation.
A simple example of Goroutines and Mutex for students
This is a lightweight, reverse-engineered implementation of a Redis-compatible server. It supports basic caching operations such as `SET` and `GET`, and is designed to be compact and efficient. The server is compatible with the official Redis client, making it easy to integrate into existing systems that rely on Redis for caching.
Faster implementations for mutex
Lock for golang, support monolithic application lock or distributed lock.
Online deadlock detection in go (golang)
NotifyNow is a simple implementation of the pub/sub model using concurrency.
Add a description, image, and links to the mutex-lock topic page so that developers can more easily learn about it.
To associate your repository with the mutex-lock topic, visit your repo's landing page and select "manage topics."