Gustav Wiberg wrote:
> Hi there!
> 
> I have a script that runs about 10 minutes... Localy on my computer
> (Windows XP 2.6Ghz, Apache) the computer hangs a little now and then
> when the script is running. Is there any good way of releasing more
> memory while the script is running? The script could take 20 minutes,
> it's not a big matter how long the script takes. (As long as the server
> can do other things at the same time)

why do you expect this comes from memory-consumption?

did you check your Querys? try 'EXPLAIN SELECT ...' and check your indices

how large are your tables?


-- 
Sebastian Mendel

www.sebastianmendel.de
www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to