Jason Wong wrote:
On Saturday 18 September 2004 05:22, Richard Whitney wrote:
And just what metrics do you hope to be measuring (if any)? Or is this
just for the fun of it?
I have a client who was going to host his website at a particular host.
It seemed rather slow so I wrote this liittl
On Saturday 18 September 2004 05:22, Richard Whitney wrote:
> > And just what metrics do you hope to be measuring (if any)? Or is this
> > just for the fun of it?
>
> I have a client who was going to host his website at a particular host.
> It seemed rather slow so I wrote this liittle script to di
>
> And just what metrics do you hope to be measuring (if any)? Or is this just
> for the fun of it?
I have a client who was going to host his website at a particular host.
It seemed rather slow so I wrote this liittle script to display the
difference between that host and mine - just a visual te
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 '
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 '';
> $i = 1;
> while($i < 101){
> echo $i.' ';
> $i++;
> }
> $end = time();
>
5 matches
Mail list logo