amscanne / huptime

Utility for zero downtime restarts of unmodified programs.
GNU General Public License v3.0
1.85k stars 85 forks source link

tomcat? #22

Open KlavsKlavsen opened 9 years ago

KlavsKlavsen commented 9 years ago

Can it handle tomcat.. which has a startup time of several minutes.. ?

And how does it do it.. startup two processes - which both want to listen on the same port simultaenously and controls who actually has the port somehow? (I haven't read the c-code - and its been a long time since I wrote networking/IPC code in C.. so it would take some time to grasp :)

yebo29 commented 9 years ago

I also have the same scenario; wondering if this will work with tomcat. Thanks!