On Saturday 18 September 2004 01:20, Richard Whitney wrote: > On Fri, 17 Sep 2004 10:17:41 -0700, Richard Whitney <[EMAIL PROTECTED]> wrote: > > Anyone interested in seeing how fast your server can serve up a 6.5MB > > file? > > > > Run this: > > > > <? > > $start = time(); > > echo $start; > > echo '<br><br>'; > > $i = 1; > > while($i < 1000001){ > > echo $i.' '; > > $i++; > > } > > $end = time(); > > $total = $end - $start; > > echo '<br><br>'; > > echo $total; > > ?> > > > > Just a little fun! > > It might be good to see results from different hosts if you care to share.
And just what metrics do you hope to be measuring (if any)? Or is this just for the fun of it? -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Every love's the love before In a duller dress. -- Dorothy Parker, "Summary" */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php