1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 27, 2024 — Oct 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
track and report each queue's current age.
robey
as Robey Pointer
More... over 17 years ago
push the expiry code down into PersistentQueue where it probably always should've been.
robey
as Robey Pointer
More... over 17 years ago
server tests!
robey
as Robey Pointer
More... over 17 years ago
respond to protocol errors with CLIENT_ERROR, not just ERROR. and fix a bug with the decode-data state.
robey
as Robey Pointer
More... over 17 years ago
fix trailing whitespace.
robey
as Robey Pointer
More... over 17 years ago
use a config file which can be offered with "-f".
robey
as Robey Pointer
More... over 17 years ago
fix up for better string extensions
robey
as Robey Pointer
More... over 17 years ago
fix test name
robey
as Robey Pointer
More... over 17 years ago
add memcache codec tests.
robey
as Robey Pointer
More... over 17 years ago
better wording for the readme.
robey
as Robey Pointer
More... over 17 years ago
sure, why not: a semi-useful timer class.
robey
as Robey Pointer
More... over 17 years ago
add license and readme.
robey
as Robey Pointer
More... over 17 years ago
fix up the put-many test, and add an ant file for running it in two different configurations.
robey
as Robey Pointer
More... over 17 years ago
don't bother to sync the journal file after each transaction, since starling doesn't.
robey
as Robey Pointer
More... over 17 years ago
switch from using ArrayBuffer tricks to just using the mina built-in ByteBuffer type, in the memcache codec. this improves performance dramatically.
robey
as Robey Pointer
More... over 17 years ago
load testing tool.
robey
as Robey Pointer
More... over 17 years ago
oops, the new PersistentQueue won't work without this file
robey
as Robey Pointer
More... over 17 years ago
simplify the memcache protocol filter
robey
as Robey Pointer
More... over 17 years ago
using an actor for each queue is too slow & cumbersome, so go back to locking, and split out journal-replay to a separate post-init stage.
robey
as Robey Pointer
More... over 17 years ago
remove unused message
robey
as Robey Pointer
More... over 17 years ago
move counters & stats into one place, and fix the shutdown delay
robey
as Robey Pointer
More... over 17 years ago
hook up a simple main() to a mina handler. this makes it proof-of-concept worthy.
robey
as Robey Pointer
More... over 17 years ago
since scala-mini is moribund (grumble), here's a very simple mina-to-actor mapping for now.
robey
as Robey Pointer
More... over 17 years ago
support per-queue stats collection.
robey
as Robey Pointer
More... over 17 years ago
mina codec for the memcache protocol (or at least, the 4 verbs we currently support).
robey
as Robey Pointer
More... over 17 years ago
fix a bug in PersistentQueue with journal tracking across restarts, and add a unit test to verify it.
robey
as Robey Pointer
More... over 17 years ago
run depends on test
robey
as Robey Pointer
More... over 17 years ago
fix up build deps and add a 'run' rule
robey
as Robey Pointer
More... over 17 years ago
add .gitignore
robey
as Robey Pointer
More... over 17 years ago
updated configgy libs, and new mina dependencies
robey
as Robey Pointer
More... over 17 years ago