> I've been making a web ap PHP based, but I fear the number of arrays it > has > is too big. Is there any way to benchmark a script, or are there any > recomendations or standards about how much time execution takes and how > many > resources it takes?
The benchmarking is just a matter of subtracting the time at the end of your script from the time at the beginning. Check your web server logs for the resources question. I don't know of any PHP way to do it. ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php