Skip to the content.

Optimise Factory update/Server restart

For every factory update the framework creates a new server. That could be a problem if the creation takes a long time e.g for socket connection, db connections pools, thread pools etc

Therefore the framework offer 2 solutions.

code