In message <griv9b$k2...@panix3.panix.com>, Aahz wrote:

> In article
> <637028a0-58b9-4912-896d-2b17e1341...@q16g2000yqg.googlegroups.com>,
> joeygartin  <joeygar...@gmail.com> wrote:
>>
>> So I was hoping there was a way to spin off the process and
>>redirect the user to the page while the emails are being formed and
>>sent vs. making the page hang while it is done.
> 
> The simplest solution is to create an external program and use the
> subprocess module to call it.

You'll probably want to call os.setsid, so that the child process keeps 
running after the parent terminates.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to