awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • winscp/winscpالصورة الرمزية لـ winscp

    winscp/winscp

    3,675عرض على 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
    عرض على GitHub↗3,675
  • laravel/lumen-frameworkالصورة الرمزية لـ laravel

    laravel/lumen-framework

    1,506عرض على 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
    عرض على GitHub↗1,506
  1. Home
  2. Software Engineering & Architecture
  3. Background Task Processing

استكشف الوسوم الفرعية

  • 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.