THRIFT-211. erlang: Support unlinked Thrift clients.
authorDavid Reiss <dreiss@apache.org>
Thu, 4 Jun 2009 02:01:24 +0000 (02:01 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 4 Jun 2009 02:01:24 +0000 (02:01 +0000)
commit5e530af5878ce7650e94ee662951b49358100984
tree6746a3795b6385ace4090c0512af946c5581f6bf
parent52687eb3b9aa8982cab5e11fae2ae879c6bc1b69
THRIFT-211. erlang: Support unlinked Thrift clients.

- Create a thrift_client:start function that accepts client options.
- Make start_link a wrapper that adds {monitor, link}.
- Add a test to make sure that everything dies or doesn't die as expected.
  (The test has to be run manually.)

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@781634 13f79535-47bb-0310-9956-ffa450edef68
lib/erl/src/thrift_client.erl
test/erl/Makefile
test/erl/src/test_tether.erl [new file with mode: 0644]