Hello,
I am running Xitrum as a background process. For stopping I send TERM signal to java process and all currently precessed requests are killed also.
Is there a way to stop Xitrum gracefully?
I tried to register jvm shutdown hook with Runtime.getRuntime.addShutdownHook which simply calls xitrum.Server.stop() but it stops server immediately and don't wait until working requests are finished.
Alexey.