So each "process" is deployed as a separate binary, so presumably run as a separate process?<p>If so, this seems somewhat problematic in terms of increased overhead.<p>How is fast communication achieved?
Some fast shared memory IPC mechanism?<p>Also, I don't see anything about integration with async?
For better or worse, the overwhelming majority of code dealing with networking has migrated to async. You won't find good non-async libraries for many things that need networking.