[systemd-devel] Zero downtime restart of Web application (Nginx, Puma, JRuby)

David Timothy Strauss david at davidstrauss.net
Wed Jul 6 18:23:08 UTC 2016


You either need a load balancer (less elegant) or need to make use of the
Linux kernel's SO_REUSEPORT option so the new application can bind to the
same port as the old one (at which point the old application should unbind
the port and shut itself down).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/systemd-devel/attachments/20160706/28457a83/attachment.html>


More information about the systemd-devel mailing list