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 it.
Thanks in advance.
Disadvantages of OO model:
Actor model overcomes the problem by using share nothing model so that concurrency is not affected and locking mechanism is not needed.