hambo has asked for the wisdom of the Perl Monks concerning the following question:
I have thought of doing the "wait for users input" bit using cookies. I would get the original loop to check whether the cookie is set. If so, then the user has pushed "OK", then we delete the cookie and continue in the loop.create list of things that need doing do fork jobs while jobs still running { generate information HTML page sleep 30 seconds } last if list of things to do empty pop_up HTML page in new window for users to provide more input wait for users input until ( we've exhausted the list of things that need doing ) generate 'Thanks. We're all done now' HTML page
Update: Steve_p - Changed title from YA CGI question
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Using fork() with a CGI program
by merlyn (Sage) on May 06, 2004 at 10:13 UTC | |
by hambo (Novice) on May 06, 2004 at 13:48 UTC | |
|
Re: Using fork() with a CGI program
by BUU (Prior) on May 06, 2004 at 09:28 UTC |