Slow response on server_evClientSubmitSm

Post Reply
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Slow response on server_evClientSubmitSm

Post by developerlearn999 » Tue Jul 16, 2019 4:32 am

i tried to run a test and send a batch of 100 per second to the server i built (i am using the SmppClientdDemo)-> and get a rate of almost 1 message per second
i see the same issue when i press the Submit button few times in a row.
this is what i do in the server_evClientSubmitSm :
data.Response.MessageId = Guid.NewGuid().ToString();
data.Response.Header.Status = CommandStatus.ESME_ROK;

when i run the script from your TestLocalPerformance project, the submit is very fast (30000 in 2.6 seconds)
where is the difference?
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: Slow response on server_evClientSubmitSm

Post by developerlearn999 » Tue Jul 16, 2019 7:26 am

please ignore/delete this post
Post Reply