in reply to server timeout
# first part of script # some code if(fork){ output("I'm doing some work, please wait."); exit; } close(STDIN); close(STDERR); # do the rest of the work here
The above code hasn't been tested but is an example of forking off a new thread.
-caedes
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: server timeout
by charlie markwick (Initiate) on Mar 03, 2003 at 12:56 UTC |