Coder Social home page Coder Social logo

Location Transparency? about comedy HOT 3 CLOSED

untu avatar untu commented on May 21, 2024
Location Transparency?

from comedy.

Comments (3)

weekens avatar weekens commented on May 21, 2024

@Teun , if we talk about parent-child actor communication, then the location transparency is already present in Comedy: you can switch actor modes from in-memory to forked (separate process) or remote (remote machine) together with changing the number of parallel actors (clustering), and in all these cases your code does not change. Comedy guarantees that if you've got an actor reference, it's location transparent.

Akka does however have actor lookup functionality, which is not present in Comedy for the moment.

from comedy.

Teun avatar Teun commented on May 21, 2024

Thank you for your response. Yes, I think I understand: you have transparent ActorRef instances. But there is really no way to transparently move instances to another physical location (like another process or machine) without the other actors noticing, right? And it is the creating actor (or its config file) that decides where a child lives. And if this is remote, the creator must know from configuration which other nodes exist.

Do I get that right or am I missing something? And if that is the case, is that intentional (as in: comedy is not trying to do that) or will it be on the road map eventually?

from comedy.

weekens avatar weekens commented on May 21, 2024

@Teun , actors in Comedy can dynamically change their mode (say, from "in-memory" to "remote") and this change is transparent to actor reference holder. Actor mode can be changed in runtime both programmatically and with configuration modification. See https://github.com/untu/comedy#hot-configuration-change

from comedy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.