Skip to content

MultiProcessing Service

messageflux is capable of running a service in multiple processes for extra concurrency.

Limitations

TBD

Examples

Creating a ServiceFactory

# some python code here

Creating the service runner

# some python code here

Putting it all together

# the complete example here.