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
·

2 repositorios

Awesome GitHub RepositoriesBackground Task Processing

Executing asynchronous operations in dedicated thread pools to manage system lifecycles and request handling.

Distinct from Background Task Execution: The candidates are either UI-focused, AI-specific, or infrastructure-scheduling (cron) focused; this is about internal framework task execution.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Background Task Processing. Refine with filters or upvote what's useful.

Awesome Background Task Processing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • winscp/winscpAvatar de winscp

    winscp/winscp

    3,675Ver en GitHub↗

    WinSCP is a remote file manager and SFTP and FTP client that provides a graphical interface for browsing, editing, and organizing files on remote servers and cloud storage. It serves as a multi-protocol tool supporting SFTP, FTP, FTPS, SCP, S3, and WebDAV, and functions as an S3 object storage browser for managing files and buckets. The application distinguishes itself through its automation capabilities, allowing for scripted file transfers and remote command execution via a command-line interface or a .NET assembly. It also features directory synchronization to match local and remote folder

    Controls the number of simultaneous background transfer operations and manages the processing queue.

    Cftpftp-clientftps
    Ver en GitHub↗3,675
  • laravel/lumen-frameworkAvatar de laravel

    laravel/lumen-framework

    1,506Ver en GitHub↗

    Lumen is a PHP micro-framework designed for building lightweight web services and RESTful API backends. It provides a specialized toolset for handling incoming HTTP requests and routing them to application logic with minimal overhead. The framework facilitates the development of distributed systems by offering a small footprint and high performance. It includes a service container for dependency injection, a middleware pipeline for request filtering, and regex-based route dispatching to manage application traffic. Developers can utilize a unified database abstraction layer to standardize int

    Offloads time-consuming operations to a queue system to ensure reliable background job execution.

    PHPframeworklaravellumen
    Ver en GitHub↗1,506
  1. Home
  2. Software Engineering & Architecture
  3. Background Task Processing

Explorar subetiquetas

  • Transfer Queue ManagementControl over the number of simultaneous background file transfer operations and their processing order. **Distinct from Background Task Processing:** Specifically targets the management of a file transfer queue rather than general system thread pools.