Hello
Maybe someone can help me with some performance issues I am
seeing.
I have a test client application that generates 25
simultaneous calls and another application that acts as a server and
response back with ok. After all 25 calls are connected the client app
issues another 25 calls and so own.
A am calculating the time from when the first invite is sent
until the last OK for invite is received to see how many connect per
second I can have and the result are vary. Sometimes it will be just 60
msec and sometimes 500 msec. It looks like the stack is retransmitting
some of the Invites because OK is not received on time. But when I run
ethereal I see that OK came it 400 msec before invite was
retransmitted. So it looks like the dum is not fast enough to keep up
with the stack. Does anyone have any dum performance measurements?
I am running stack using StackThread and I tried running dum
from my app and separately in dumthread.
Also I noticed that stack gets select interrupt for each
message is it possible that this creates a problem?
Thanks a lot
I am using release 1.3.4, windows XP Pentium 3.2Gh.
Ilana