<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
On Wed, 2004-06-02 at 09:47, Gregory (Grisha) Trubetskoy wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>On Tue, 1 Jun 2004, Eric Walstad wrote:

&gt; As a bit of background, the spawned script is creating an iso file
&gt; approx 45MB for the client to download (later).  I have it working
&gt; using: commands.getstatusoutput(BUILDISO_COMMAND) but that makes the
&gt; user wait until the child process is complete.

You could probably make it not wait by appending an ampersand (&amp;) to the
end of the command?
</I></FONT></PRE>
</BLOCKQUOTE>
<PRE></PRE>
You could also look into send the client status info like the old NPH cgi scripts did.&nbsp; If it's possible, you could take an email address from the user, and add the request to a queue stored in a database (or simply lock a file when you append to the queue).&nbsp; The have a cron job running every minute or so that looks at the queue and builds the .iso and emails the user when it's done.<BR>
<BR>
Mike
</BODY>
</HTML>