Re: Starting a long php script from a web page
- From: "steve" <a@xxxxx>
- Date: Tue, 26 Jul 2005 15:42:40 -0500
have you tried shelling out the the os using EXEC?
"Jeff" <bigjman_99@xxxxxxxxx> wrote in message
news:8JsFe.45803$s54.13380@xxxxxxxxxxx
| Hi,
|
| I have php script that takes several hours to run and I'd like to start it
| from a web page. I've tried to use include and the system() function to
| call the script directly but it still waits for it to finish.
|
| Anyone know how to call a script and get on with it?
|
| Thanks!
| Jeff
|
|
.
Relevant Pages
- source text file as input parameter from a stored procedure
... I am using an active X script in combination with a global ... transform task that loads data from a .txt file to a table. ... I can also tell that the stored procedure is correctly passing in the ... EXEC sp_OAGeterrorinfo @object, @hr ... (microsoft.public.sqlserver.dts) - Re: String manipulation - taking one long csv string and putting into separate record fields
... From what I can work out, it looks as if the script is taking ... "%2147746132" from the computer VPN-01 when attempting to activate the ... computer VPN-01 when attempting to activate the server: ... EXEC xp_startmail ... (microsoft.public.sqlserver.programming) - Re: detect shell script language
... In the 'old' days, when a user typed in a command, the interactive shell would immediately pass it off to 'exec' to execute. ... So, on return from exec with an error status, the shell would fork a copy of itself to try and run the script. ... As a result of the above, it was hard to tell whether the script was a Bourne shell or C shell, so the convention was introduced of using the Bourne shell no op command, as the first line in a Bourne shell script. ... (Debian-User) - Re: [PHP] Creating process and do actions with signals
... execwill not return control to PHP to "listen" to SIGs until it is ... the exec command or... ... I have this script testing.php that I run on a Linux machine thru the ... sending SIGTERM to the other case it doesn't work. ... (php.general) - Re: convert e-mails to pdf / ps
... enscript it to ps and ps2pdf it. ... Hmmm...you could select the text and then run a script that grabs text from the clipboard to run it through enscript and ps2pdf... ... set mytext [selection get -selection PRIMARY] ... exec enscript mytext.txt -q -B -p mytext.ps ... (Debian-User) |
|