Showing 78 open source projects for "queuing"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    A cross-platform agent for the Nagios monitoring solution. NPA is designed to communicate over firewalls using HTTP/S and the Nagios CGI interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    YouTube Viewer and Downloader Features - Supports Downloads Queuing - Multiple File Downloads - In Built Player - View User Subscriptions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TymeacME is a full-feature, multi-threading, backend-process manager for Java (J2ME) development. TymeacME provides a queuing facility, professional thread management, recursive processing and a minimal footprint that is easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kestrel

    Kestrel

    Simple, distributed message queue system (inactive)

    Kestrel is a simple, distributed message queue system built originally by Twitter. Its design is relatively lightweight and is engineered for speed and simplicity. Kestrel supports queuing patterns such as enqueue, dequeue, and delayed re-enqueue (for example, when a consumer fails to process a message). It stores messages persistently on disk with a memory-backed cache, allowing recovery in case of failures. Because it is intended for relatively simple use cases, it does not provide the full feature set of some enterprise messaging systems, but is often sufficient for many asynchronous or buffered workloads. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Pamvotis is a Wireless LAN Simulator for all the current physical layer extentions of the IEEE 802.11 (IEEE 802.11 a/b/g) standard and for the IEEE 802.11e Draft for Quality of Service in WLANs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Karoo Project is a framework for making it practical to create distributed applications. By "practical", I mean that it must do it uncomplicatedly, efficiently, and cheaply. This project provides application management, queuing, and IPC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A library if Java utilities including LDAP authentication, Queuing Engine etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Massive multimedia system
    MMS is an xmms2 client application that aim to be as perfect as possible for use with huge music collection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JYouTuber is an application which allows you to download videos from youtube and also allows you to convert the downloaded video to mp3. JYouTuber also allows you to download/convert these video in a queuing manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    Server-side component that implements job queuing mechanism. Enables synchronous and asynchronous job execution and job scheduling. Supports many different web protocols, easy configuration, deployment and management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NetServe is a simple network server framework which provides an easy plugin infrastructur to implement network services NetServe manages the following basic functions - threading, request queuing and more. Service developers can focus on their business.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Clamdmail is a qmail-queue replacement that allows mail to be filtered, greylisted, or rejected before queuing based on connection information and/or message content by providing an interface for programs like clamd-greylist, clamdscan and SpamAssassin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EQUIL (Electronic Queuing of Users In Labs) is a system designed to make the job of managing students in laboratory sessions more efficient, orderly and democratic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A robust load-balancing queuing system for UNIX like systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An easy to use, scalable, extendible mailing list manager created in PHP. Has user management, job queuing and staggering. Uses ADODb Lite access layer for fast effecient access to your database, (currently only MySQL support included).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    OctoShare is a Client/Server based program to share especially images on your computer with others. It provides most FTP-like services (user login, different directories) and also thumbnail previews and download queuing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Web based internet radio station control software, both a dynamic listener interface and an administrative interface. Features include multiple channels, user requests and ratings of songs, several types of queuing and show scheduling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    General utility code for queuing and simple index tables for embedded software projects. It also includes async I/O sample code using pthreads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KFTPGrabber is a KDE FTP client. It supports SSL/TLS connections to secure FTP sites, OTP passwords and FXP transfers. It also has transfer queuing support, and many more features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Dash42 is a win32 application that copies files over local or network drives using an FTP-like interface. It includes resuming, queuing, drag/drop, and loading items into the transfer queue from XML files. Supports simultaneous file transfers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Job Jar is a simple batch queuing system for Unix. Its main distinguishing feature is that there is no central daemon. Instead, an arbitrary set of workers cooperatively claim jobs from a central directory. A job is any Unix executable file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Transactional and persistent queuing mechanism built in the Python language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JjobQ is a Java package providing a generic interface for job submission to a remote host, mainly with an eye toward batch queuing systems. The API is modeled after the JDBC interface where a batch queue implementation corresponds to a database driver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ADQ is a set of linux kernel queuing disciplines based on buffer management and scheduling that supports delay guarantee w/o hard-limiting the traffic volumn the apps can generate. It also enforces link-sharing between different traffic classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Etreed is a queuing download application using HTTP, PHP, and MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB