[thrift] otpification and sane configuration for Erlang Thrift
authorChristopher Piro <cpiro@apache.org>
Tue, 2 Oct 2007 00:35:12 +0000 (00:35 +0000)
committerChristopher Piro <cpiro@apache.org>
Tue, 2 Oct 2007 00:35:12 +0000 (00:35 +0000)
commit68940295e1b2e8caca6376b95879ef252bc5dd3e
treead1821a19f6391c8455b244a1bc90000e4ee61dc
parent42fe4b9a3e20e07160b5f32c652b47fa2cb09141
[thrift] otpification and sane configuration for Erlang Thrift

Summary: a small victory in the neverending quest of OTPifying this binding -- search for config files in ./conf/ (relative to the cwd of the emulator).  for example, when you start the channel server, ./conf/{channel,thrift}.conf should exist.  better than having to recompile to change a configuration ... reconfig should take care of that in running code.

Test Plan: works with channel server

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665284 13f79535-47bb-0310-9956-ffa450edef68
lib/erl/include/thrift.hrl
lib/erl/src/Makefile
lib/erl/src/oop.erl
lib/erl/src/thrift.app.src
lib/erl/src/thrift.erl
lib/erl/src/thrift_logger.erl
lib/erl/src/transport/tSocket.erl