On Tue, Jul 24, 2012 at 3:56 PM, Maciej Fijalkowski <[email protected]>wrote:
> 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 > Are you looking for a database actually written in Python, or just one with a python client? Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
