Re: RPC module for D ?

2012-02-03 Thread luis
PM, luis wrote: There are any RPC module for D ?? I implemented support for Apache Thrift during last summer's GSoC, it's currently under review for inclusion into Thrift trunk: http://klickverbot.at/code/gsoc/thrift/ David

Re: RPC module for D ?

2012-01-31 Thread luis
El Tue, 31 Jan 2012 00:33:36 +0100, David Nadlinger escribió: On 1/31/12 12:29 AM, Zardoz wrote: At least I can say that the Tutorial client server works (async_client not compile) :) . For me it's enough . Because you don't have libevent installed (the tutorial makefile doesn't have

RPC module for D ?

2012-01-30 Thread luis
There are any RPC module for D ??

Re: RPC module for D ?

2012-01-30 Thread David Nadlinger
On 1/30/12 5:27 PM, luis wrote: There are any RPC module for D ?? I implemented support for Apache Thrift during last summer's GSoC, it's currently under review for inclusion into Thrift trunk: http://klickverbot.at/code/gsoc/thrift/ David

Re: RPC module for D ?

2012-01-30 Thread Jacob Carlborg
On 2012-01-30 17:27, luis wrote: There are any RPC module for D ?? The Mango project has some support for RPC. But this if for D1 with Tango: http://dsource.org/projects/mango -- /Jacob Carlborg

Re: RPC module for D ?

2012-01-30 Thread Zardoz
I will try it. I only need to make a remote hello world , do a short description , and compare with other RPCs in other 3 languages (university homework...) . On Mon, 30 Jan 2012 17:30:59 +0100, David Nadlinger wrote: On 1/30/12 5:27 PM, luis wrote: There are any RPC module for D ?? I

Re: RPC module for D ?

2012-01-30 Thread Zardoz
On Mon, 30 Jan 2012 17:30:59 +0100, David Nadlinger wrote: On 1/30/12 5:27 PM, luis wrote: There are any RPC module for D ?? I implemented support for Apache Thrift during last summer's GSoC, it's currently under review for inclusion into Thrift trunk: http://klickverbot.at/code/gsoc

Re: RPC module for D ?

2012-01-30 Thread David Nadlinger
On 1/30/12 11:35 PM, Zardoz wrote: I try to build it and when i did make check to see it all works I get two fails : […] Oh, I'm afraid you caught me in a bad moment – because the version for upstream integration is frozen at Thrift's JIRA, I've been a bit more careless with multi-platform

Re: RPC module for D ?

2012-01-30 Thread Zardoz
On Tue, 31 Jan 2012 00:17:18 +0100, David Nadlinger wrote: On 1/30/12 11:35 PM, Zardoz wrote: I try to build it and when i did make check to see it all works I get two fails : […] Oh, I'm afraid you caught me in a bad moment – because the version for upstream integration is frozen at

Re: RPC module for D ?

2012-01-30 Thread David Nadlinger
On 1/31/12 12:29 AM, Zardoz wrote: At least I can say that the Tutorial client server works (async_client not compile) :) . For me it's enough . Because you don't have libevent installed (the tutorial makefile doesn't have detection for that by design), or do you encounter another error?