You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Eugene Letuchy (JIRA)" <ji...@apache.org> on 2009/04/01 07:05:50 UTC

[jira] Commented: (THRIFT-211) Support "tethered" clients for Erlang

    [ https://issues.apache.org/jira/browse/THRIFT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694381#action_12694381 ] 

Eugene Letuchy commented on THRIFT-211:
---------------------------------------

1/ Unify the setup of {Starter, Opts} so that you don't have to do the monitor keysearch twice.
2/ Consider checking the source of the DOWN message ... having an unverified DOWN message could lead to some very hard-to-trace bugs.

Lg otherwise. 

Also, what do you think about converting all the Erl unit tests to use eunit at some point (now that it's standard as of R12B) ? 

> Support "tethered" clients for Erlang
> -------------------------------------
>
>                 Key: THRIFT-211
>                 URL: https://issues.apache.org/jira/browse/THRIFT-211
>             Project: Thrift
>          Issue Type: New Feature
>            Reporter: David Reiss
>            Assignee: David Reiss
>         Attachments: 0001-THRIFT-211.-erlang-Support-unlinked-Thrift-clients.patch, 0002-THRIFT-211.-erlang-Allow-clients-to-be-created-with.patch, 0003-THRIFT-211.-erlang-Support-tethered-clients.patch, 0004-THRIFT-211.-erlang-Modify-test_tether-to-test-proto.patch
>
>
> http://gitweb.thrift-rpc.org/?p=thrift.git;a=log;h=refs/heads/pri/dreiss/erl-tether;hb=HEAD
>     Add a client option that causes clients to monitor their creators
>     and terminate when the creator dies.  This makes it possible to
>     prevent client leaks without linking, because the latter causes
>     application code to be killed when a transport error occurs and
>     exits are not trapped.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.