SMPP Trial limitations

.NET library for SMPP protocol
Locked
murtz
Posts: 15
Joined: Thu May 14, 2015 11:04 am

SMPP Trial limitations

Post by murtz » Thu May 14, 2015 11:29 am

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
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: SMPP Trial limitations

Post by alt » Fri May 15, 2015 5:57 pm

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.
Locked