awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesGCD-Based Handling

Manages concurrent network connections using Grand Central Dispatch worker thread pools.

Distinct from Multi-Threaded Request Handling: Specifically utilizes GCD for network request concurrency rather than generic multi-threading or database queries.

Explore 1 awesome GitHub repository matching software engineering & architecture · GCD-Based Handling. Refine with filters or upvote what's useful.

Awesome GCD-Based Handling GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • robbiehanson/cocoahttpserverrobbiehanson 的头像

    robbiehanson/CocoaHTTPServer

    5,609在 GitHub 上查看↗

    CocoaHTTPServer is a lightweight embedded web server designed to handle incoming network requests and serve local application content. The project implements Bonjour-based service discovery to broadcast server availability on local networks and supports WebDAV for remote file management, allowing files to be created, moved, and edited over HTTP. Network security is handled through certificate-based TLS encryption and password-based resource authentication. Request routing is managed via a delegate-based system, while concurrent connections are handled using Grand Central Dispatch.

    Uses Grand Central Dispatch to manage concurrent network connections via a pool of worker threads.

    Objective-C
    在 GitHub 上查看↗5,609
  1. Home
  2. Software Engineering & Architecture
  3. High-Throughput Task Processing
  4. Network Request Processing
  5. Multi-Threaded Request Handling
  6. GCD-Based Handling