Question:

What is Actor model In computer science?

by Guest5016  |  12 years, 9 month(s) ago

0 LIKES UnLike

What is Actor model In computer science?

 Tags: Actor, computer, model, science

   Report

1 ANSWERS

  1. GiGi
    In computer science, the Actor model is a mathematical model of concurrent computation that treats "actors" as the universal primitives of concurrent digital computation: in response to a message that it receives, an actor can make local decisions, create more actors, send more messages, and determine how to respond to the next message received. The Actor model originates in a 1973 paper by Carl Hewitt, Peter Bishop, and Richard Steiger. It has been used both as a framework for a theoretical understanding of concurrency, and as the theoretical basis for several practical implementations of concurrent systems. The relationship of the model to other work is discussed in Indeterminacy in concurrent computation and Actor model and process calculi.

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 15 years, 1 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.