[Haskell] Re : What would Haskell middleware look like?

minh thu noteed at gmail.com
Sat Jul 15 04:09:52 EDT 2006


hi,

you can add distributed database to your list...
i'm thinking of mnesia in erlang (i don't know erlang).

in fact, you probably could add all the features of erlang :)

cheers,
thu

2006/7/15, Bulat Ziganshin <bulat.ziganshin at gmail.com>:
> Hello Paul,
>
> Saturday, July 15, 2006, 3:33:14 AM, you wrote:
>
> > I've noticed that many other languages have a middleware to handle
> > distribution and concurrency issues.  Haskell has STM for shared-memory
>
> there is "Distributed Haskell" library, although rather old:
> http://www-i2.informatik.rwth-aachen.de/~stolz/dhs/dhs.tar.gz
> http://www-i2.informatik.rwth-aachen.de/Research/distributedHaskell/pbdhs-2001-09-20.tar.gz
>
> > * Serialization of circular data structures.
>
> already implemented in
> http://www.cs.helsinki.fi/u/ekarttun/SerTH/SerTH-0.2.tar.gz
>
>
> --
> Best regards,
>  Bulat                            mailto:Bulat.Ziganshin at gmail.com
>
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
>


More information about the Haskell mailing list