You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by pablo platt <pa...@gmail.com> on 2009/09/29 16:53:08 UTC

thrift_socket_server.erl start should be start_link?

Hi,

You start the socket server in erlang with start/1
in thrift_socket_server.erl.
start/1 calls start_server which calls gen_server:start_link

I think that start/1 should be called start_link to prevent confusion.

Thanks