Thank you first!
It's simple. I just start a reverser server (The example packaged with mina
0.8.2).
And I start a pressure test tool (Load Runner 7.8), write a test script on
it.
The script does those jobs:
1. Connect to the server;
2. Write some thing to the server;
3. Waiting for response;
4. Disconnect;
But, when I start a task for 20user/second, the server returns to me 18
responses, 2 blocked.
And I have check the log on server, I find 20 "WRITE: XXXXXX" and 18 "SENT:
XXXXX".
What's wrong with the server?
Nick.Cheng
-----Original Message-----
From: Mark [mailto:[EMAIL PROTECTED]
Sent: 2006年8月31日 20:11
To: [email protected]
Subject: Re: Help!!
I think you are going to have to give us more than this to help you out.
On 8/31/06, Nick <[EMAIL PROTECTED]> wrote:
>
> I'm working on Mina 0.8.2. (Recommend stable version.)
>
>
>
> I have startup an example: reverser, and write a "Load Runner" pressure
> test
> script to test on it.
>
>
>
> It same to be blocked when sent the message to the client.
>
>
>
> I can see some "WRITE: XXXXX" on log file, but I can not find pair "SENT:
> XXXXX" of it, what's wrong with it?
>
>
>
> Nick.Cheng
>
>
>
>
>