11 مستودعات
Sends multiple HTTP requests concurrently using thread-based or event-driven mechanisms to reduce total wait time.
Distinct from Request Execution: Distinct from Request Execution: focuses on concurrent dispatch of multiple requests, not single request execution.
Explore 11 awesome GitHub repositories matching networking & communication · Parallel Request Executions. Refine with filters or upvote what's useful.
Subfinder is a passive subdomain enumeration tool and DNS discovery utility designed to identify valid subdomains and hostnames associated with a specific organization or domain. It functions as a passive reconnaissance tool, gathering information about target domains by querying online databases without sending network traffic to the target infrastructure. The tool utilizes a pluggable provider architecture to separate discovery logic into independent modules, allowing for the integration of multiple passive-source APIs. It employs a concurrent-worker request model to execute network request
Implements parallel HTTP request execution to accelerate the discovery of subdomains across multiple providers.
The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web Service, enabling PHP applications to send authenticated requests and receive structured, typed response objects. It includes a credential resolution chain that automatically locates credentials from environment variables, instance profiles, or configuration files, and supports promise-based asynchronous execution for running multiple API calls concurrently to improve throughput. The SDK distinguishes itself through a middleware pipeline architecture that allows interception and
Sends multiple AWS API requests concurrently using promises to reduce total wall-clock time.
Faraday is an HTTP client library for Ruby that sends requests and processes responses through a middleware pipeline with pluggable adapters. Its core identity is built around a middleware-pipeline architecture where HTTP requests and responses flow through a chain of components that can modify, log, or transform data before reaching the backend, combined with an adapter-based backend abstraction that delegates HTTP execution to interchangeable backends like Net::HTTP or Typhoeus. The library distinguishes itself through a parallel-execution engine that dispatches multiple HTTP requests concu
Sending multiple HTTP requests concurrently to reduce total wait time in network-bound applications.
TBomb is a command-line utility for Linux and Android devices, specifically designed for multithreaded bulk messaging and call bombing. It functions as an API-based messaging tool that integrates multiple third-party service interfaces to dispatch high volumes of automated text messages and phone calls to target numbers. The tool utilizes simultaneous request execution to increase the speed and volume of delivered communications. It allows for the integration of new messaging or calling service providers through external configuration files, enabling updates to service endpoints without modif
Executes multiple network requests simultaneously to increase the volume and speed of delivered messages.
next-learn هي مجموعة من الموارد التعليمية ونماذج التنفيذ لبناء تطبيقات ويب متكاملة (Full-stack). تعمل كمورد تعليمي ودرس تعليمي لإطار عمل Next.js، حيث توفر كوداً أولياً ومشاريع أمثلة توضح العرض من جانب الخادم (SSR) والنظام البيئي المعتمد على React. يوفر المشروع قالب ويب متكامل يعرض تنفيذاً كاملاً لتكامل قاعدة البيانات، ومصادقة المستخدم، ومنطق جانب الخادم. يتضمن أمثلة مرجعية لتحسين أداء الويب، توضح تحديداً استخدام مكونات الخادم، وإجراءات الخادم، والتوجيه الديناميكي. تغطي قاعدة الكود سطحاً واسعاً من قدرات التطبيقات المتكاملة، بما في ذلك إدارة البيانات من خلال الاستعلام والتعديل من جانب الخادم، والتحكم في الوصول القائم على الهوية عبر حراس المسار، وهيكلية التنقل باستخدام التوجيه القائم على نظام الملفات. كما تنفذ استراتيجيات عرض متنوعة، وتحسين الأصول للصور والخطوط، وتصميم واجهة المستخدم.
Implements parallel data requesting to prevent sequential waterfalls during server-side rendering.
هذا المشروع عبارة عن حشوة توافق (Polyfill) لـ PHP مصممة لإعادة نقل الوظائف والثوابت الأساسية من PHP 7.2 إلى الإصدارات الأقدم من اللغة. يعمل كامتداد للمكتبة القياسية لـ PHP وإعادة نقل للإصدارات، حيث يوفر طبقة توافق تملأ الفجوات في نواة PHP لضمان سلوك متسق عبر بيئات مختلفة. تُمكّن المكتبة من نقل الكود عبر الإصدارات من خلال تنفيذ وظائف المكتبة القياسية المفقودة، مما يسمح لميزات اللغة الأحدث بالعمل على بيئات PHP القديمة. يضمن هذا أن التطبيقات يمكنها الحفاظ على واجهة متسقة والبقاء متوافقة مع المكتبات الحالية حتى عند تشغيلها على إصدارات قديمة.
Sends multiple HTTP requests in parallel and processes responses as they arrive.
Grequests هو عميل HTTP غير متزامن ومغلف (wrapper) لمكتبة Requests يستخدم Gevent coroutines لتنفيذ طلبات شبكة متعددة في وقت واحد. يستخدم مجمع اتصالات غير حاصر (non-blocking connection pool) لإدارة الطلبات الصادرة المتزامنة وتحسين الإنتاجية مقارنة بالتنفيذ التسلسلي. تتميز المكتبة بمولد استجابة غير متزامن يعيد استجابات HTTP فور اكتمالها، بدلاً من انتظار اكتمال الدفعة بأكملها. يوفر آلية لتحديد عدد الاتصالات النشطة لإدارة استهلاك الموارد ومنع تحميل خوادم الوجهة بشكل زائد. يغطي المشروع إمكانيات إدارة طلبات الدفعات، وكشط البيانات (web scraping) عالي الحجم، واستطلاع API المتزامن. يتضمن دعماً لبث أجسام الاستجابة الكبيرة للحفاظ على استخدام منخفض للذاكرة، ويدير مهلات الشبكة وأخطاء الاتصال عن طريق حقن حالات الخطأ مرة أخرى في قائمة الاستجابة.
Sends multiple HTTP requests concurrently using Gevent to reduce total wait time.
Grequests هو مجمع طلبات HTTP غير متزامن ومكتبة عميل تعتمد على Gevent تُستخدم لتنفيذ مجموعات كبيرة من طلبات الشبكة في وقت واحد. يعمل كمغلف طلبات متزامن لمكتبة Requests، مما يتيح عمليات غير حاصرة لتقليل الوقت الإجمالي المستغرق في انتظار استجابات الخادم. يوفر المشروع نموذج تنفيذ يعتمد على مجمع المهام (task-pool) للتعامل مع عمليات الشبكة المجمعة، مثل كشط الويب عالي الإنتاجية واستطلاع API. يمكنه بث الاستجابات فور وصولها عبر مولد، مما يسمح بمعالجة البيانات فوراً دون انتظار اكتمال الدفعة بأكملها. تغطي المكتبة مجالات واسعة من الإمكانيات بما في ذلك إدارة طلبات HTTP المتزامنة والتعامل مع استثناءات الطلبات أثناء التنفيذ المجمع.
Sends multiple HTTP requests concurrently using a task pool to reduce total wait time compared to sequential processing.
Haxl هي مكتبة Haskell ومنسق طلبات خدمة عن بُعد مصمم لتنسيق جلب البيانات المتزامن، وتجميع الطلبات، والتخزين المؤقت عبر مزودي خدمة عن بُعد متعددين. تعمل كإطار عمل لاسترداد البيانات من قواعد البيانات الخارجية وخدمات الويب مع تقليل رحلات الشبكة ذهاباً وإياباً. يتميز المشروع بنظام تجميع طلبات يعتمد على التطبيق (Applicative) يجمع طلبات البيانات الفردية المتعددة في مكالمات واحدة لتقليل حمل الشبكة. يستخدم مجدول طلبات متوازٍ غير متزامن لتنفيذ الطلبات المستقلة بشكل متزامن ويستخدم طبقة تخزين مؤقت (Memoized) لتجنب تكرار مكالمات الشبكة المتطابقة ضمن دورة طلب واحدة. توفر المكتبة قدرات واسعة لإدارة تكامل البيانات، بما في ذلك حل التبعية المونادية (Monadic) للطلبات المتسلسلة وتحديد التزامن لمنع التحميل الزائد على واجهات برمجة التطبيقات عن بُعد. كما تتضمن آليات لتعيين أنواع الطلبات لتطبيقات مصدر البيانات المخصصة.
Executes multiple data requests in parallel to retrieve results from different sources simultaneously.
RxJavaSamples is a collection of reference implementations and practical guides for applying reactive patterns to asynchronous networking and state management. It provides code demonstrations for integrating reactive streams with Retrofit to handle network requests in a non-blocking manner. The project focuses on asynchronous patterns for managing API calls, including the combination of concurrent streams and the use of subjects to cache emitted values for state management. It specifically demonstrates how to implement automated token refresh workflows to maintain authenticated sessions witho
Provides mechanisms to execute multiple network requests concurrently to reduce total wait time.
يعمل هذا المستودع كمورد تعليمي لتنفيذ أنماط البرمجة غير المتزامنة في تطبيقات Android باستخدام Kotlin Coroutines و Flow. يوفر مجموعة من الأمثلة العملية واختبارات الوحدات المصممة لتوضيح كيفية إدارة مهام الخلفية، وطلبات الشبكة المتزامنة، وتدفقات البيانات التفاعلية مع الحفاظ على واجهة مستخدم متجاوبة. يركز المشروع على التزامن المهيكل (structured concurrency)، حيث يقدم أنماطاً لتنظيم المهام في نطاقات هرمية تقوم تلقائياً بنشر إشارات الإلغاء ودورة الحياة. ويؤكد على تكامل الشبكات المدركة لدورة الحياة، مما يضمن أن عمليات الخلفية وتدفقات البيانات التفاعلية تحترم حالة مكونات Android لمنع تسرب الذاكرة والأعطال. يغطي التنفيذ نطاقاً واسعاً من القدرات لبناء أنظمة بيانات مرنة، بما في ذلك استخدام العوامل الوظيفية لتحويل تسلسلات البيانات وتحويل التدفقات الباردة إلى حاويات حالة ساخنة. كما يوضح استراتيجيات للتعامل مع عمليات الشبكة، مثل تنفيذ عمليات إعادة المحاولة مع التراجع الأسي، وإدارة مهلات الطلبات، واستخدام التخزين المحلي للوصول إلى البيانات في وضع عدم الاتصال أولاً. يتضمن المستودع أنماط اختبار متخصصة للتحقق من صحة المنطق متعدد الخيوط والسلوك غير المتزامن.
Executes multiple network operations in parallel to reduce wait times and improve responsiveness.