Jacob Kaplan-Moss

Activity tagged “distributed”

Bookmarks

Muuttaa is a self-regulating SQL queue - Google Code

Written by Joe Stump at Digg, Muuttaa is “a partitioned, persistent, self-regulating SQL queue that allows you to queue up alterations to your DB(s).” Basically it's a utility to abstract backfilling and do it in a way that won't bring your db down. Nifty.

(backfilling, digg, distributed, migration, php, queue, sql)

Tuple Space

An area of CS that this Literature student knows nothing about. I've been thrashing around trying to come up with something like this at work; seems like a bit more CS knowledge would have saved some of that thrashing. Grump.

(distributed, programming, tuplespace)

lwqueue: Lightweight cross-language message queue system

A stab at a memcached-like message queue. Looks super-simple, and 1000 op/s isn't half shabby.

(code, distributed, messaging, programming, python, queue, scaling)