< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
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 This email and any files transmitted with it are confidential material. They are intended solely for the use of the designated individual or entity to whom they are addressed. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful. If you have received this email in error please immediately notify the sender and delete or destroy any copy of this message |