Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Merge remote branch 'maw/tyop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Jun 30, 2010
2 parents 9107b46 + 1ebb032 commit 03c0e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Kestrel is based on Blaine Cook's "starling" simple, distributed message
queue, with added features and bulletproofing, as well as the scalability
offered by actors and the JVM.

Each server handles a set reliable, ordered message queues. When you put a
Each server handles a set of reliable, ordered message queues. When you put a
cluster of these servers together, *with no cross communication*, and pick a
server at random whenever you do a `set` or `get`, you end up with a reliable,
*loosely ordered* message queue.
Expand Down

0 comments on commit 03c0e82

Please sign in to comment.