[Haskell-cafe] Using Acid-State for IPC?

2011-07-08 Thread Dmitri O.Kondratiev
Hi, I am wondering if Acid-State (http://hackage.haskell.org/package/acid-state) can be used to share data between processes running in different address spaces? For example, one demon system process (not thread!) periodically collects data from Web and stores it in a list. On regular intervals

Re: [Haskell-cafe] Using Acid-State for IPC?

2011-07-08 Thread Felipe Almeida Lessa
On Fri, Jul 8, 2011 at 7:30 AM, Dmitri O.Kondratiev doko...@gmail.com wrote: I am wondering if Acid-State (http://hackage.haskell.org/package/acid-state) can be used to share data between processes running in different address spaces? For example, one demon system process (not thread!)