Rich Neswold ha scritto:
[...] On Wed, Sep 24, 2008 at 4:17 PM, Manlio Perillo <manlio_perillo@libero.it <mailto:manlio_perillo@libero.it> <mailto:manlio_perillo@libero.it <mailto:manlio_perillo@libero.it>>> wrote:
I need a simple, concurrent safe, database, written in Haskell. A database with the interface of Data.Map would be great, since what I need to to is atomically increment some integer values, and I would like to avoid to use SQLite. [...]
Ah. When you said "concurrent safe", I thought you meant within the application. You're looking for something like this <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/anydbm>.
I'm not an expert with Haskell, but anydbm does not seem to be very safe to use... Thanks Manlio Perillo