Go multiprocess with a distributed dispatcher system
Now, we can run stores and bouncers as different processes communicating with each other over the dispatcher. This will empower CLI and web frontend to control the state of the bouncers in the future.
Go multiprocess with a distributed dispatcher system Now, we can run
stores
andbouncers
as different processes communicating with each other over the dispatcher. This will empower CLI and web frontend to control the state of the bouncers in the future.