On Wed, Jul 25, 2012 at 12:34 AM, Dan Stromberg <[email protected]> wrote:
>
> 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.

I think people get some of the stuff that works on python 2 working on
PyPy, but I don't remember details. Jython might be massively more
tricky though.

Cheers,
fijal
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to