> Reading in the template should only happen once and take roughly as much > memory as the file is big. > > If the file is 20k, memory should go up roughly by that much. > > If it's going up a lot more, something is going wrong (either you're > doing something wrong or you're not just reading the template - you're > doing something else along with that). > i completely agree with you ;) i will check if the template is really the reason for the big jump with logging the memory usage each line. apart from that, i am still wondering why the memory usage grows in each loop for about 30 megs... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php