Persistent storage

Nick Name nick.name@inwind.it
Mon, 4 Aug 2003 19:25:02 +0200


Is there someone who has implemented some limited form of persistency in
haskell? I don't mean the longly-debated persistence of functional
values, but something rough, like a persistent MVar with a thread saving
modified values every n seconds or so.

Vincenzo