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

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

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

2 مستودعات

Awesome GitHub RepositoriesWorker Process Error Reporting

Mechanisms for capturing and forwarding errors from isolated worker processes to the main server process.

Distinct from Error Handling: Focuses on the inter-process transport of errors from workers to server, rather than general application-level error handling patterns.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Worker Process Error Reporting. Refine with filters or upvote what's useful.

Awesome Worker Process Error Reporting GitHub Repositories

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

    roadrunner-server/roadrunner

    8,473عرض على GitHub↗

    RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,

    Reports application failures by flushing messages from worker processes to the server's standard error stream.

    Goapplication-servergolanghacktoberfest
    عرض على GitHub↗8,473
  • andywer/threads.jsالصورة الرمزية لـ andywer

    andywer/threads.js

    3,526عرض على GitHub↗

    threads.js is a JavaScript worker thread library and asynchronous task orchestrator designed to offload CPU-intensive tasks to background threads. It functions as a cross-platform worker pool and a TypeScript worker runner that automatically transpiles and executes TypeScript files within separate threads. The project distinguishes itself by providing a unified worker API that allows for cross-platform execution across different JavaScript environments. It includes a specialized worker data serialization tool to pass complex class instances and binary data between threads, and supports inlini

    Forwards errors from a worker thread to the main thread's promise chain including the original stack trace.

    TypeScriptisomorphic-javascriptjavascriptmultithreading
    عرض على GitHub↗3,526
  1. Home
  2. Software Engineering & Architecture
  3. Error Handling
  4. Worker Process Error Reporting