Page 1 of 1

SMPP Trial limitations

Posted: Thu May 14, 2015 11:29 am
by murtz
Hi,
I'm developing a new system for sending and receiving SMS using Inetlab's SMPP library.
Since I'm still in development phase, I have used the Trial version assuming it has all the functionalists but just a 30day validity period.

During my testing, I can see that when I try to push 100+ messages through different connections it is taking time to give the response back.

I am using SmppClient.Submit method to send the message and getting the response back as List<SubmitSmResp>.

My question is, is there any limitation apart from 30day validity on the Trial version?

Thanks

Re: SMPP Trial limitations

Posted: Fri May 15, 2015 5:57 pm
by alt
Hi murtz,

Trial version has no limits in submiting speed. Only 30 days evaluation time.

Please try to check your code with any .NET performance profiling tool.