Martin Rehfeld

Programming Talks by Martin Rehfeld

How To Ship New Code Without Taking Your System Down

Martin Rehfeld
33 minutes
How To Ship New Code Without Taking Your System DownDeployment Options: How To Ship New Code Without Taking Your System Down Erlang is quite famous for long-running interruption-free installations. But how is this achieved in practice while still evolving the software? We will look at different deployment options, from simple to advanced: 1. Deployment by restart 2. Hot code reloading 3. Release handling See hot ...