[Haskell-cafe] Problem running the ping example from "Parallel and Concurrent Programming in Haskell"

s nedunuri ss.nedunuri at gmail.com
Fri Dec 11 20:07:17 UTC 2015


Ok sure, but any ide what to change it to? Its currently set to 44444 in 
DistribUtils.hs (a utility module that comes with the code) and I tried 
various numbers in Windows preferred range from 49152 upwards, and 0 but 
to no avail.

thanks

On 12/11/2015 4:43 AM, Atze van der Ploeg wrote:
> Sounds like the requested port is already taken. Try changing the port
> number
>
> On Dec 11, 2015 1:15 AM, "s nedunuri" <ss.nedunuri at gmail.com
> <mailto:ss.nedunuri at gmail.com>> wrote:
>
>     hello I am trying out the examples in Chapter 14 of the book, and
>     was able to install and build the parconc-examples package fine.
>     However when I try running the (very first example) ping program I
>     get the following error:
>
>     ping.exe: bind: failed (Cannot assign requested address
>     (WSAEADDRNOTAVAIL))
>
>     It appears that the failure is in the main function:
>          distribMain (\_ -> master) Main.__remoteTable
>
>     Any ideas?
>
>     thanks
>     PS I am running Haskell Platform 7.10.2-a on Windows 7
>
>     _______________________________________________
>     Haskell-Cafe mailing list
>     Haskell-Cafe at haskell.org <mailto:Haskell-Cafe at haskell.org>
>     http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>




More information about the Haskell-Cafe mailing list