Simple queue based on JSON files
Queue File Objects
Queue File Objects
Download links from a queue file
Tiny queue data structure
A shim for the setImmediate efficient script yielding API
fast, tiny `queueMicrotask` shim for modern engines
Promise queue with concurrency control
A simple tool to keep requests to be executed in order.
Simple JS queue with auto run for node and browsers
Simple JS queue with auto run for node and browsers
The smallest and simplest JavaScript priority queue
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Supra Queue file
Promise-based queue
LRU Queue
In memory queue system prioritizing tasks
Promise queue with a nice API
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Sequential asynchronous lock-based queue for promises
Fast, in memory work queue
Write files in an atomic fashion w/configurable ownership
Promised out of order transform.
queue-file is a lightning-fast, transactional, file-based FIFO
A wrapper crate of queue-file for bincode serializable structs.
Queue will lost data , to avoid queue lost this class sync data into file. so even when vm aboted, this class will continue from backup
File based queue for coordinating multiple processes.
A server populates a queue, this client downloads those files
# Sparrow is a really fast lightweight queue written in Ruby that speaks memcached. # That means you can use Sparrow with any memcached client library (Ruby or otherwise). # # Basic tests shows that Sparrow processes messages at a rate of 850-900 per second. # The load Sparrow can cope with increases exponentially as you add to the cluster. # Sparrow also takes advantage of eventmachine, which uses a non-blocking io, offering great performance. # # Sparrow is a in-memory queue but will persist the data to disk when receiving a term signal. # # Sparrow comes with built in support for daemonization and clustering. # Also included are example libraries and clients. For example: # # require 'memcache' # m = MemCache.new('127.0.0.1:11212') # m['queue_name'] = '1' # Publish to queue # m['queue_name'] #=> 1 Pull next msg from queue # m['queue_name'] #=> nil # m.delete('queue_name) # Delete queue # # # or using the included client: # # class MyQueue < MQ3::Queue # def on_message # logger.info "Received msg with args: #{args.inspect}" # end # end # # MyQueue.servers = [ # MQ3::Protocols::Memcache.new({:host => '127.0.0.1', :port => 11212, :weight => 1}) # ] # MyQueue.publish('test msg') # MyQueue.run # # Messages are deleted as soon as they're read and the order you add messages to the queue probably won't # be the same order when they're removed. # # Additional memcached commands that are supported are: # flush_all # Deletes all queues # version # quit # The memcached commands 'add', and 'replace' just call 'set'. # # Call sparrow with --help for usage options # # The daemonization won't work on Windows. # # Check out the code: # svn checkout http://sparrow.googlecode.com/svn/trunk/ sparrow # # Sparrow was inspired by Twitter's Starling
A simple file based queue in Ruby
A message queue library based on RabbitMQ that stores messages on file system
Unified logger that writes to a log file, redis queue, mongo collection, and hoptoad.
OrbitalQueue is a lightweight Ruby library that implements the Orbital Design Pattern via a file-based queuing mechanism. Ideal for modular systems requiring isolated message handling.
Stomp messaging server with file/dbm/memory/activerecord based FIFO queues, queue monitoring, and basic authentication. == SYNOPSYS: Handles basic message queue processing
QSpec inserts spec files to a queue. Workers process that queue one by one.
A simple mechanism to create custom log files based on queue names of Resque workers.
Automate a number of tasks for your Tumblr Drafts and Queue such as: tagging, stripping previous comments and moving Drafts to your Queue. Visit the homepage for information on the latest release or to file a bug report!
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.