Dan Stromberg, 25.07.2012 00:34: > The subject pretty much says it, but here it is again: > > Is there a concurrent, nosql, opensource key-value store that works with > Pypy, CPython 2.x, CPython 3.x and Jython? > > It doesn't need to be highly concurrent. In fact, locking the entire table > for the duration of operations would be acceptable if the others block > until the lock is released.
Doesn't any of the *dbm modules work in all three? Or at least one of them in each? They have the same interfaces, after all, and I doubt that you'd have to exchange data between the three platforms by accessing the same database store. Stefan _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
