actor-model Questions

3

Solved

https://en.wikipedia.org/wiki/Actor_model, the project is called "pulsar" https://en.wikipedia.org/wiki/Reactor_pattern, the projects are Twisted and Tornado What's the difference in the theory a...
Malaco asked 14/10, 2013 at 0:55

4

Solved

When should the Actor Model be used? It certainly doesn't guarantee deadlock-free environment. Actor A can wait for a message from B while B waits for A. Also, if an actor has to make sure its...

1

I want to play around with actors in python. Apparently, the two most popular alternatives are thespian and pykka. I'm looking for something actively developed and easy to use. Which would you rec...
Interrupt asked 14/10, 2018 at 11:11

2

Solved

I searched in the web for a long time and couldn't find the concrete disadvantages of object oriented model which are overcome in Actor model. Please help me with some pointers and explanations on ...
Sewn asked 19/12, 2016 at 4:24

3

Solved

I've seen it mentioned in several places in contexts like Erlang actor model, Groovy actors, Scala actor model etc. What does this refer to?
Henrieta asked 21/3, 2009 at 13:38

1

i have a background in enterprise distributed systems using Messaging technologies such as RabbitMQ and others, though i am relatively new to Actor Model. with that said, i am wondering if it is a...
Bureaucrat asked 24/4, 2018 at 16:48

3

I am new in scala and actor world. This is what I've learned so far: Scala is functional programming (not purely) and people advice not to use mutable state in scala. But on another hand...

1

Solved

I know that Erlang uses Actor model to support concurrency and Erlang processes are the same as Actors: they send messages, immutable and so on. But according to Carl Hewitt one important thing in ...

1

Solved

I have been trying to understand how actor model and web workers work. In https://dzone.com/articles/html5-web-workers-classic: "Web Workers provide a message-passing model, where scripts can com...
Kitti asked 15/4, 2016 at 18:27

1

I'm playing with Akka and I have a design in which a supervisor actor has a child playing role A and several children playing role B. I want to define a supervision policy such as A failures are es...
Equally asked 21/1, 2014 at 19:28

1

Solved

In a 1978 Paper by Hoare we have an idea called Communicating Sequential Processes. This is used by Go, Occam, and in Clojure in core.async. Is it possible to use CSP as an alternative to the Act...
Salvo asked 24/11, 2013 at 5:29

2

Solved

I am taking a course on distributed systems and we have to make our project using Scala. Our instructor told us that Scala is good in the sense that it uses multiple cores to do the computation and...
Holguin asked 13/9, 2013 at 19:22

2

How I can illustrate Akka actors in UML diagrams? Especially how to illustrate messages passed between actors? Any example will be fine. Thanks.
Augustus asked 16/6, 2013 at 17:48

2

Solved

I'm just thinking about possibility of Erlang for game server. (oh I'm not Erlang expert, just considering stage) This means using Actor Model for game simulation. Of course, most biggest attractio...
Radical asked 29/4, 2012 at 8:18

2

I've seen benchmarks of Actor model implementations done in terms of their actors. For example, Akka actors are very lightweight (600 bytes per actor) and millions of them can be created. How...
Corliss asked 28/7, 2010 at 22:24

5

Solved

Well, the title's pretty much it: if I sat a non-techie/my mum/twelve-year old boy/cocker spaniel in front of you and asked you to explain actors to them, where would you start? I ask because...
Obelia asked 25/2, 2010 at 15:50
1

© 2022 - 2024 — McMap. All rights reserved.