phpbar.de logo

Mailinglisten-Archive

Re: [php] PHP & mySQL & Intesive Abfragen
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [php] PHP & mySQL & Intesive Abfragen




Ralph Brugger wrote:
> Wie gesagt das SQL-Statement ist OK, das Problem wird sein,
> dass das Abarbeiten gut 5-10 Minuten dauert, und der nach-
> folgende Code nicht mehr ausgefueht wird.

Zeitlimit für den PHP3-Code?


In der php3.ini:
max_execution_time = 30


In einer <Directory>-Sektion oder einer .htaccess-Datei:
php3_max_execution_time 30


Zur Laufzeit:

http://www.php3.de/manual/function.set-time-limit.php3
set_time_limit(30);


Kristian

-- 
Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH
Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00
Using PHP3? See our web development library at
http://phplib.shonline.de/ (GPL)

Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive