7 Nov
2010
7 Nov
'10
8:28 a.m.
On 07/11/10 05:58, Dean Michael Berris wrote:
I'm not sure how you think active objects help for massive parallelism because the active object pattern implies that you're serializing operations on a single object. 1/ Put data workload in a concurrent queue 2/ Spawn objects eating the queue asynchrnously 3/ ??? 4/ PROFIT
I don't see the limitations here.