--On Thursday, April 27, 2000, 11:50 AM -0300 "Gerardo Richarte"
<[EMAIL PROTECTED]> wrote: 

> Mark Guzdial wrote:
> 
>> >
>> >    Is it done in squeak? if so, how does it's performance affect
>> >the performance testing?
>>
>> It is done in Squeak, but you don't run it on the server itself.  In
>> fact, it's set up so that you have a central testing machine and
>> various drones for concurrent testing.
> 
>     What I was thinking, is: if STOMP (the testing engine) is not fast
enough, then,
> can it really test something related to speed on a sevrer faster that it?
Doesn't STOMP
> has an upper limit in speed testing becouse it's implemented in Squeak?

I think you missed the point that the drones are *distributed* on
*different* machines. That is, each drone is running in a separate image on
a separate vm on a seperate machine (though I suppose you could have
multi-vms on the same machine too).

So, speed of connection attempts is not limited by Squeak itself, but by the
number of machines used :) 

The nice thing about this is that it provides for the possibility of much
more accurate simulation of load (since you can get the effect of net
traffic.

> PS: I still cannot connect to http://mathMorphs.swiki.net/13 (it seems
swiki.net is death,
> at least from this side of the world)

Hmm. Me neither. I wonder what's up?

Cheers,
Bijan.

Reply via email to