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

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

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

1 مستودع

Awesome GitHub RepositoriesProcess Colocation

Architectural capability to run multiple distributed components within a single operating system process.

Distinct from Workload Colocation Managers: Specifically refers to running distributed logic in one process to eliminate network overhead, distinct from file-level or memory-sharing colocation.

Explore 1 awesome GitHub repository matching software engineering & architecture · Process Colocation. Refine with filters or upvote what's useful.

Awesome Process Colocation GitHub Repositories

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

    ServiceWeaver/weaver

    4,846عرض على GitHub↗

    Weaver is a distributed application framework and remote procedure call system that allows developers to organize logic into independent components. It provides a multi-process execution environment where these components communicate via automated serialization, enabling applications to run as a single unit locally or as a distributed system across multiple cloud machines. The framework distinguishes itself through a configuration-driven topology mapping that allows the same logic to execute as a local function call or a remote network request without altering the business logic. It includes

    Runs specific components within the same operating system process to eliminate network errors and reduce latency.

    Go
    عرض على GitHub↗4,846
  1. Home
  2. Software Engineering & Architecture
  3. Process Colocation