[web-devel] [Yesod] Re: Better web app deployment

Michael Snoyman michael at snoyman.com
Sat May 5 19:32:33 CEST 2012


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 <vagif.verdi at gmail.com> wrote:
> 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,



More information about the web-devel mailing list