RES: stress test

2001-06-12 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Sorry me! I wrote it in Portuguese language! Its a Database connection.You can use: Jmeter - download at Apache Foundation, WAS(Web Application Stress) from Microsoft ... Its free. Regards, José Euclides Júnior __ E-mail: [EMAIL

RES: RES: stress test

2001-06-11 Thread Jose Euclides da Silva Junior - DIGR.O
: RES: stress test Spare-threads are idle threads. We want a few idle threads to quickly answer incoming requests. We don't want too many idle threads, or else we can negatively impact performance. So, we can represent the config below with this pseudo-code in an attempt to make it more clear: /

RES: stress test

2001-06-11 Thread Jose Euclides da Silva Junior - DIGR.O
, June 11, 2001 4:24 PM To: [EMAIL PROTECTED] Subject: RES: stress test *** PGP Signature Status: bad *** Signer: Jose Euclides Jr <[EMAIL PROTECTED]> *** Signed: 11/06/01 11:19:37 *** Verified: 11/06/01 14:35:50 *** BEGIN PGP VERIFIED MESSAGE *** First of all, what does "spare-t

Re: RES: stress test

2001-06-11 Thread Charles Baker
Spare-threads are idle threads. We want a few idle threads to quickly answer incoming requests. We don't want too many idle threads, or else we can negatively impact performance. So, we can represent the config below with this pseudo-code in an attempt to make it more clear: // Max spare threads

RES: stress test

2001-06-11 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- First of all, what does "spare-treads" mean? Secondly, there are 2 very important parameters that should be configurated: delay and threads - and 1 important concept: each new group will begin after the prior one ends. So, you should have enough CPU and memory t