running python in php timeout
Hi,
I'm executing a python script from php that runs quite a long time (15+
minutes) and ends up timing out. Is there a way I can execute the python
code and move on executing the remaining php code on the page?
Thanks!
.
Relevant Pages
- Re: [PHP] running python in php timeout
... I'm executing a python script from php that runs quite a long time (15+ ... redirect the output from the child process to somewhere else (say, ... (php.general) - Re: [PHP-WIN] Include Question!
... On 9 May 2008, at 20:49, Matthew Gonzales wrote: ... echo "I AM IN PAGE.PHP!"; ... That's not quite right and I think it's important to understand exactly what PHP does here. ... Once that file's done PHP returns to executing the original file from the statement after the include. ... (php.general) - Re: OT but: How to let Perl know of a library location
... MySQL 5, and PHP 5. ... configures loads of perl modules from CPAN. ... 12, referer: http://lmgkoha:8080/cgi-bin/koha/acqui.simple/addbiblio.pl ... executing ldd on the executable. ... (comp.unix.solaris) - Re: command-line php displays code instead of executing code
... instead of executing my script, it's actually displaying the raw code ... >>> install.php is indeed surrounded with PHP tags, ... >> But since you haven't posted the script or anything else about your ... (comp.lang.php) - Re: OT but: How to let Perl know of a library location
... MySQL 5, and PHP 5. ... configures loads of perl modules from CPAN. ... 12, referer: http://lmgkoha:8080/cgi-bin/koha/acqui.simple/addbiblio.pl ... you can check which libraries are linked against an executable by executing ldd on the executable. ... (comp.unix.solaris) |
|