On Sun, Jun 5, 2011 at 3:23 PM, Casey Ransberger <[email protected]>wrote: > > Has anyone taken the actor model down to the metal? >
This would be difficult. We are constrained by fixed memory resources and connectivity relationships at the hardware level. The memory limits constrain scheduling in ways that may conflict with progress in the Actors model. The limited hardware connectivity means we cannot arbitrarily share references as first-class between actors. > Another thought I had was using some nice symmetry that would let the > processor do more than one thing at once. Of course if I shipped a > microprocessor that had weird deadlock issues, I'd be inclined to call it a > lemon. If you are not fixated on actors, I suggest you pursue other concurrency models: synchronous dataflow (Lustre, Estrel), Kahn process networks, clockless logic (e.g. Karl Font), event calculus, FRP, RDP, et cetera.
_______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
