<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">No, not really.<div><br></div><div>The worker processes in nova, quantum, and cinder that all communicate over the Q are close-ish, and up until Grizzly they shared a lot of state information by directly communicating with a central database. This has been changing significantly with nova-coordinator, but I dont know that all the calls back and forth have everything they need passed within the message structure itself.</div><div><br></div><div>LIkewise, Glance, Keystone, and Swift work entirely off HTTP requests (I may be lying about parts of Glance) - so a totally different transport, but even still don't act much like actors unless you really want to squint hard at 'em.</div><div><br></div><div>-joe</div><div><br><div><div>On Mar 4, 2013, at 12:50 PM, Endre Karlson <<a href="mailto:endre.karlson@gmail.com">endre.karlson@gmail.com</a>> wrote:</div><blockquote type="cite">Does openstack implement similarities to <a href="http://www.pykka.org/en/latest/">http://www.pykka.org/en/latest/</a> / Akka.io?<div><br></div><div>Endre.</div>
_______________________________________________<br>OpenStack-dev mailing list<br><a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev<br></blockquote></div><br></div></body></html>