[PHP] Re: Benchmarking a script

2004-06-23 Thread Kim Steinhaug
If you have an apache webserver setup you should look into the ab, apache benchmark suite. This will give you a very good tool to benchmark your files in its correct environment without altering your code. If youre on a windows plattform and cant locate the ab.exe tool please tell me and I'll emai

Re: [PHP] Re: Benchmarking a script

2004-06-23 Thread raditha dissanayake
Anguz wrote: Jason Barnett wrote: Well you could put all of your function definitions into a separate file. Then, just include the function file before you loop through the code that uses the functions. Or as an alternative you could also do: But this really isn't a good idea. Try to put th

[PHP] Re: Benchmarking a script

2004-06-23 Thread Anguz
Jason Barnett wrote: Well you could put all of your function definitions into a separate file. Then, just include the function file before you loop through the code that uses the functions. Or as an alternative you could also do: But this really isn't a good idea. Try to put the function def

[PHP] Re: Benchmarking a script

2004-06-23 Thread Jason Barnett
Well you could put all of your function definitions into a separate file. Then, just include the function file before you loop through the code that uses the functions. Or as an alternative you could also do: But this really isn't a good idea. Try to put the function definitions into a sepa