
5 May
2012
5 May
'12
5:32 p.m.
I was actually very specific about what we should do: send an
interrupt signal. In your case, you could catch that signal and allow
your long-running processes to finish. Likewise, an app which is has
any kind of long-running responses would want to take that approach.
On Fri, May 4, 2012 at 7:32 PM, Vagif Verdi
I have an intranet app that has a couple of long running operations. Say batch print 50 pdf files to printer. Or submit 10,000 invoices to ADP Tax server (end of month).
Maybe killing the app server should be optional.
On Friday, May 4, 2012 7:55:21 AM UTC-7, Michael Snoyman wrote:
send the TERM signal to the old app,