Multi-Process Scaling
Work in Progress
Nexus is under active development and not production-ready. APIs may change without notice.
Nexus scales actors across multiple worker processes on a single machine,
utilizing all available CPU cores. Each worker runs an independent ActorSystem
with its own SwooleRuntime, while a shared directory and Unix socket transport
enable transparent cross-worker messaging.
This is single-machine scaling via Swoole's Process\Pool -- not
distributed clustering across multiple servers. True multi-server clustering
(TCP transport, distributed directory) is a planned future feature.