awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSession Locking

Prevents concurrent requests from modifying the same session data by acquiring a lock before read or write operations.

Distinct from Pessimistic: Distinct from Pessimistic: focuses on session-level locking for concurrency control, not general database row locks.

Explore 1 awesome GitHub repository matching data & databases · Session Locking. Refine with filters or upvote what's useful.

Awesome Session Locking GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • aws/aws-sdk-phpAvatar de aws

    aws/aws-sdk-php

    6,191Ver en GitHub↗

    The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web Service, enabling PHP applications to send authenticated requests and receive structured, typed response objects. It includes a credential resolution chain that automatically locates credentials from environment variables, instance profiles, or configuration files, and supports promise-based asynchronous execution for running multiple API calls concurrently to improve throughput. The SDK distinguishes itself through a middleware pipeline architecture that allows interception and

    Implements pessimistic locking for session data to prevent concurrent modification conflicts.

    PHP
    Ver en GitHub↗6,191
  1. Home
  2. Data & Databases
  3. Optimistic Locking
  4. Pessimistic
  5. Session Locking