You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Hannes Baldursson <ha...@gmail.com> on 2008/10/22 06:43:23 UTC

Erlang

I'm just wondering...

how does Thrift work with Erlang?

I'm going to create a shared http session server in Erlang with a PHP client
(web app). I noticed that Thrift didn't create server stubs for erlang - any
thoughts?

Re: Erlang

Posted by David Reiss <dr...@facebook.com>.
It does generate server stubs.  Check out tutorial/erl and test/erl.

--David

Hannes Baldursson wrote:
> I'm just wondering...
> 
> how does Thrift work with Erlang?
> 
> I'm going to create a shared http session server in Erlang with a PHP client
> (web app). I noticed that Thrift didn't create server stubs for erlang - any
> thoughts?