Keep SMPP connection open with SMSC

.NET library for SMPP protocol
Locked
saedshaar
Posts: 5
Joined: Sun Apr 24, 2011 4:57 am

Keep SMPP connection open with SMSC

Post by saedshaar » Tue May 03, 2011 8:37 pm

Hi,

Is it advisable to keep the connection open between my server and the SMPP server on SMSC?

I think this will increase the performance of sending the SMS's faster instead of opening the connection everytime i want to send an sms.

Please advise.

Thanks,
Saed
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Re: Keep SMPP connection open with SMSC

Post by NickAskew » Mon May 09, 2011 10:00 am

Absolutely yes, SMSC's recommend you maintain an open connection and get upset when you attempt to bind for every message send. EnquireLink was designed to keep a small conversation going between you and the provider so you're both aware whether a connection is still valid or not.
ProcessFlows UK Ltd
http://www.processflows.co.uk/
Locked