Page 1 of 1

Slow response on server_evClientSubmitSm

Posted: Tue Jul 16, 2019 4:32 am
by developerlearn999
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?

Re: Slow response on server_evClientSubmitSm

Posted: Tue Jul 16, 2019 7:26 am
by developerlearn999
please ignore/delete this post