Showing 129 open source projects for "open queue"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    This project is an userland library implementation of the Task Queue facility in the OpenSolaris kernel that simplifies thread management. Task Queues are somewhat similar to dispatch queues in Grand Central Dispatch but are more flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    QueueReaders are persistent, stateful server-like objects, without sockets. Clients queue requests for later processing. Based on Offsiders, uses flexible object-oriented message passing. Useful for coordinating the activity of system components
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Chomoko is a simple, light-weight, intuitive message transferring library. Pure C++ (with sockets), Open Source (GPL), Performance-Oriented, Assured (Reliable), Once Delivery, Point-to-Point, Easy to Setup and Use, Simple, and Clean
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Mitochondrion project offers a transparent, event-driven software framework that provides multi-threaded objects, statecharts, a priority-driven queue and tools to trace and examine run-time interactions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    A set of lightweight SPECIFIC purpose reusable Java componentes. Examples are: file parsers, simple communication protocols, logging, formatters, directory pollers, file filters, queue management, objects pool managers, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    One approach to constructing fast queues is to construct a mechanism for using shared memory appropriate containers in C++ as templates. There are three main components: the shared segment of memory, an allocator of memory chunks and the queue itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Library which helps to move all non-presentation logic out from Swing/SWT thread into separate thread without introducing synchronization issues. Library is lightweight and does not depend on any 3rd party libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A simple story queue for use in XP style software development projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Que is a queue-based programming language, very different from other programming languages. Due to the nature of a queue, programs made in Que are automatically parallelized, meaning improved efficiency in multi-core environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Sidebrain is a programmer's memory aid, looking after a stack of tasks and subtasks, and a queue or pool of tasks that are not on the stack. It also keeps a collection of notes that you have made, associated with the tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    (To pronounce, just say the letter: AAY WHY QUEUE.) A collection of high-level models and utility code applicable to interactive applications. e.g. Fixed/variable timestep timing, state machine, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    LibPPQ is a small C++ library with templates that aims to be a "persistent" drop in replacement for the std::priority_queue template. Other than std::priority_queue however libppq limits its priorities to be unsigned integers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    An implementation of the Open Groups' ARM (Application Response Measurement) 4.0 Java interfaces. OpenArm can be configured to send ARM transaction data to a log, to a messaging queue, a datastore, a JMX notification or to an SNMP trap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Utilities for event handling in Tkinter. It has currently a function to process events without having to wait for Tkinter to process the event queue, that is: a painless event_generate()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GCS - General Computing Solutions. C library with Hash Tables, Binary AVL Tree, Memory Chunks, Single Linked Lists, Double Linked Lists, Memory Chunk Queue, Base64, Misc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Libcfu is a library of tools that I have found useful, particularly when developing multithreaded software. It includes a hash table, a linked list, self-extending strings, a config file parser, a simple timer, a thread queue, and command-line parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JavaCommon is a huge set of commons java file in a library, that can be imported into any project. It provides a logging system, persisters, queue systems, utilities for String / IO / ... This library is used by JideoGuard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tools for Websphere MQ, including command line utilities and Eclipse plugin to manage, monitor, and query queue managers, channels, and queues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Collection of libraries and examples of multithreaded and distributed framework in Java for queueing jobs to local agents or remote agents via RMI. The purpose is to help teach introduction to multithreaded and distributed servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Eclipse Plugin for CruiseControl JMX interface. This plugin allows you to control the CruiseControl Server build queue, and the project builds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An fast Message Systeme for Queue/Broadcast based communication which implements 1.1 Java Message Service Specification.Differnet APIs and Forntends: JMS, mMsg Client/Station, Console, Custom Tags, Servlet/Applet.Support communication like XML, TCP, HTTP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Generic Data Structures Library. A collection of data structures you're most likely to need. Written in ANSI C. Interface is basic, but powerful, and intuitive. Has AVL tree, binary heap, queue/linked list, and more. All platforms.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    MQZoom is a platform independent software to administrate any queue under MQSeries framework. It will allow different type of users to operate on the desired queue, such as help the developer to trace their messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    it is used to fetch several System V IPC message queue infos, which ordinary implementation of ipcs didn\'t provide, e.g. scanning the system for active queues or. also, it comes with a tool to creat/destroy message queues and send messages over them.
    Downloads: 0 This Week
    Last Update:
    See Project