What is different between the actor model and seda model?

旧时模样 提交于 2019-12-11 17:06:11

问题


Talk about your understanding, what is different between the actor model and this seda stage model .

The actor model have the mailbox ,and the seda stage have a job list.
Then the seda stage have an single threadpool, but all stage can share an single threadpool. The actor model all actors share an single threadPool .

I think them essential equivalent.

来源:https://stackoverflow.com/questions/54803866/what-is-different-between-the-actor-model-and-seda-model

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!