| track and report each queue's current age. |
|
More...
|
over 17 years ago
|
| push the expiry code down into PersistentQueue where it probably always should've been. |
|
More...
|
over 17 years ago
|
| server tests! |
|
More...
|
over 17 years ago
|
| respond to protocol errors with CLIENT_ERROR, not just ERROR. and fix a bug with the decode-data state. |
|
More...
|
over 17 years ago
|
| fix trailing whitespace. |
|
More...
|
over 17 years ago
|
| use a config file which can be offered with "-f". |
|
More...
|
over 17 years ago
|
| fix up for better string extensions |
|
More...
|
over 17 years ago
|
| fix test name |
|
More...
|
over 17 years ago
|
| add memcache codec tests. |
|
More...
|
over 17 years ago
|
| better wording for the readme. |
|
More...
|
over 17 years ago
|
| sure, why not: a semi-useful timer class. |
|
More...
|
over 17 years ago
|
| add license and readme. |
|
More...
|
over 17 years ago
|
| fix up the put-many test, and add an ant file for running it in two different configurations. |
|
More...
|
over 17 years ago
|
| don't bother to sync the journal file after each transaction, since starling doesn't. |
|
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. |
|
More...
|
over 17 years ago
|
| load testing tool. |
|
More...
|
over 17 years ago
|
| oops, the new PersistentQueue won't work without this file |
|
More...
|
over 17 years ago
|
| simplify the memcache protocol filter |
|
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. |
|
More...
|
over 17 years ago
|
| remove unused message |
|
More...
|
over 17 years ago
|
| move counters & stats into one place, and fix the shutdown delay |
|
More...
|
over 17 years ago
|
| hook up a simple main() to a mina handler. this makes it proof-of-concept worthy. |
|
More...
|
over 17 years ago
|
| since scala-mini is moribund (grumble), here's a very simple mina-to-actor mapping for now. |
|
More...
|
over 17 years ago
|
| support per-queue stats collection. |
|
More...
|
over 17 years ago
|
| mina codec for the memcache protocol (or at least, the 4 verbs we currently support). |
|
More...
|
over 17 years ago
|
| fix a bug in PersistentQueue with journal tracking across restarts, and add a unit test to verify it. |
|
More...
|
over 17 years ago
|
| run depends on test |
|
More...
|
over 17 years ago
|
| fix up build deps and add a 'run' rule |
|
More...
|
over 17 years ago
|
| add .gitignore |
|
More...
|
over 17 years ago
|
| updated configgy libs, and new mina dependencies |
|
More...
|
over 17 years ago
|