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

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

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

1 مستودع

Awesome GitHub RepositoriesEvent Demultiplexing

Mechanisms for efficiently dispatching network events from a single process to a handler.

Distinct from Single-Node Processing: Focuses on the I/O multiplexing mechanism (epoll/kqueue) rather than general single-node data processing.

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

Awesome Event Demultiplexing GitHub Repositories

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

    tornadoweb/tornado

    22,185عرض على GitHub↗

    Tornado is a Python web framework and asynchronous networking library used to build scalable web applications and high-performance servers. It provides a non-blocking HTTP server capable of handling thousands of simultaneous connections. The project functions as a WebSocket server framework, enabling real-time bidirectional communication and persistent connections between clients and servers. It supports the implementation of custom networking protocols and high-performance networking services beyond standard HTTP. Its capabilities cover asynchronous web application development, concurrent A

    Uses system calls like epoll and kqueue to manage multiple network sockets within a single process.

    Pythonasynchronouspython
    عرض على GitHub↗22,185
  1. Home
  2. Data & Databases
  3. Single-Node Processing
  4. Event Demultiplexing