
Maybe erlang is more suitable for you as rpc is built in function in erlang. Yves Parès wrote:
Okay, well, apparently I have to rely on an external HTTP server. This is not very simple, is there another more suitable way to get RPC working in haskell?
Yves Parès wrote:
Okay, I tried to make the sample here: http://www.haskell.org/haskellwiki/HaXR
But I can't get it working... Is there an external XML-RPC server that must be running? Maybe even an external HTTP server? The server launches without complaining about anything, whereas the client tells: simple_client: user error (Error calling examples.add: connect: does not exist (Connection refused))
I know I have to adapt the url the client tries to connect at (in the sample, "http://localhost/~bjorn/cgi-bin/simple_server"), but I don't know how.
----- fac n = let { f = foldr (*) 1 [1..n] } in f -- View this message in context: http://old.nabble.com/Remote-invocations-in-Haskell--tp28006793p28009901.htm... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.