Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not call actor for inspect and hash identity #161

Closed
wants to merge 2 commits into from

Commits on Jan 30, 2013

  1. have ActorProxy::inspect inspect the proxy, not the actor

    More robust, e.g. does not lead to infinite recursion and
    deadlocks.
    Philipp Berndt committed Jan 30, 2013
    Copy the full SHA
    fe9d23b View commit details
    Browse the repository at this point in the history
  2. provide hash identity for actor proxies without calling the actor.

    Results in better performance and also works with proxies whose agents
    may have died.
    Also allows you to recognize a specific agent in trap_exit callback.
    Philipp Berndt committed Jan 30, 2013
    Copy the full SHA
    32fd19e View commit details
    Browse the repository at this point in the history