[Tutor] SOLVED: Re: cgi script: how to continue a process in the background and return from cgi script

2006-02-12 Thread Moritz Lennert
On Fri, February 10, 2006 21:03, Hugo González Monteverde wrote: So, could some give me a pointer to possible solutions ? Do I have to make the last part of my program a seperate program and go through a system call ? Hi, I have had this problem before. The timeout problem with Apache

[Tutor] cgi script: how to continue a process in the background and return from cgi script

2006-02-10 Thread Moritz Lennert
Hello, I need some pointers in the right direction for the following problem: I have a cgi script which reads in some form elements, uses them to compose an SQL query, sends that query to the postgresql backend, writes the results into a temporary file and sends a mail to the user with the