Glasgow Distributed Haskell

Is anyone using GdH? Can someone tell me why it's not part of the GHC distribution? It seems that GdH is not being developed anymore and I think it's a real pity! Thanks, Joel -- http://wagerlabs.com/

Hello Joel, Monday, January 1, 2007, 9:28:05 PM, you wrote:
Is anyone using GdH?
Can someone tell me why it's not part of the GHC distribution?
It seems that GdH is not being developed anymore and I think it's a real pity!
ghc sources are open, so anyone can build his own GHC extension. GHC team can't support all these extended GHC versions btw, may be the following can help you: http://www.inf.ufes.br/~ffranzosi/BSPHlib-0.1.tar.gz -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

On Jan 2, 2007, at 1:48 AM, Bulat Ziganshin wrote:
btw, may be the following can help you: http://www.inf.ufes.br/~ffranzosi/BSPHlib-0.1.tar.gz
Thanks Bulat. I don't know what this is, though, and the link is broken. -- http://wagerlabs.com/

GdH is maintained and distributed by Phil Trinder and his colleagues at Heriot Watt. I think it's still alive, but it's based on a much earlier version of GHC. If it's parallelism you're after, GHC (as distributed) runs on shared-memory multi-processors. But we don't have anything like GdH or GpH, which work on distributed-memory machines, yet. Simon | -----Original Message----- | From: haskell-cafe-bounces@haskell.org [mailto:haskell-cafe- | bounces@haskell.org] On Behalf Of Joel Reymont | Sent: 01 January 2007 18:28 | To: Haskell Cafe | Subject: [Haskell-cafe] Glasgow Distributed Haskell | | Is anyone using GdH? | | Can someone tell me why it's not part of the GHC distribution? | | It seems that GdH is not being developed anymore and I think it's a | real pity! | | Thanks, Joel | | -- | http://wagerlabs.com/ | | | | | | _______________________________________________ | Haskell-Cafe mailing list | Haskell-Cafe@haskell.org | http://www.haskell.org/mailman/listinfo/haskell-cafe

On Jan 2, 2007, at 8:33 AM, Simon Peyton-Jones wrote:
GdH is maintained and distributed by Phil Trinder and his colleagues at Heriot Watt. I think it's still alive, but it's based on a much earlier version of GHC.
I wonder how much work would it be to integrate it. Also, their servers are down for some reason, I can't open http:// www.macs.hw.ac.uk/~dsg/gdh/.
If it's parallelism you're after, GHC (as distributed) runs on shared-memory multi-processors. But we don't have anything like GdH or GpH, which work on distributed-memory machines, yet.
I'm after Erlang in Haskell, if you will, for fault-tolerance and scalability. Thanks, Joel -- http://wagerlabs.com/
participants (3)
-
Bulat Ziganshin
-
Joel Reymont
-
Simon Peyton-Jones