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

Remove global message queue #2

Closed
amutake opened this issue Mar 5, 2015 · 2 comments
Closed

Remove global message queue #2

amutake opened this issue Mar 5, 2015 · 2 comments

Comments

@amutake
Copy link
Owner

amutake commented Mar 5, 2015

If global message queue is removed, the definition of config becomes just list actor.
This is required for implementing sub-configuration (#4).

@amutake
Copy link
Owner Author

amutake commented Jun 14, 2015

This is incorrect.

Actor configurations of pure actor model consist of a set of actors and a multiset (not queue) of messages that are not received by targeted actor.

configuration := set actor \cup multiset message

@amutake
Copy link
Owner Author

amutake commented Jun 14, 2015

and remove local message queue because there is no need to have a local queue in each actor.

(* あと、グローバルメッセージキューの他に actor もメッセージキューを持つようにしたい。グローバルキューだけだと、先頭のメッセージの宛先のアクターがいつまでたっても仕事が終わらないとき、他のアクターはメッセージを受け取れない *)

@amutake amutake closed this as completed in 6e1576c Aug 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant