HTTP POST

HTTP POST SearchSearch
Author Message
ganesan subburaj
New member
Username: Essgan

Post Number: 8
Registered: 03-2007
Posted on Tuesday, August 07, 2007 - 05:06 pm:   

Hello,

We have purchased 30 sms per minute.In the 2 way sms we are configuring URL to post sms to our website
can you tell me how many sms will be posted to our URL per minute?

Thanks
Ganesh
ganesan subburaj
New member
Username: Essgan

Post Number: 9
Registered: 03-2007
Posted on Thursday, August 09, 2007 - 03:24 pm:   

In the 2 way sms setup we were configured an URL to post sms to our website.Issue is nowsms server posting sms one by one at a time.is there a way to enable multiple sending sms at a time,i mean posting multiple sms to our URL at a time.

pls help me to fix the issue
Simranjit Singh
New member
Username: Manchanda_17

Post Number: 23
Registered: 06-2007
Posted on Monday, August 27, 2007 - 01:35 pm:   

Hi ganesh !

Please tell me how to configure this http url in http connectivity

http://abc.xyz.com:1234/smsgwAdapter/smsgwAdapter?username=@@aaaa@@&password=@@a aaa@@&orig_no=@@1234@@&dest_no=@@PhoneNumber@@&message=@@Text@@&priority=@@0@@&m sg_type=@@0@@&val_period=@@03d@@&sch_del=@@@@&msg_id=@@@@&rep_if_pres=@@0@@&reg_ del=@@0@@
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7442
Registered: 10-2002
Posted on Monday, September 10, 2007 - 10:17 pm:   

Hi Ganesh,

Up to 30 per minute will be posted.

By default, only one thread at a time will be allocated for processing the 2-way commands. So if it takes awhile for your URL to process, this can limit the speed at which the messages will be posted to your URL.

Normally, that is not a problem for 30 messages per minute. However, it can become an issue at higher speeds like 3 messages per second.

In any case, it is possible to configure NowSMS to allocate multiple threads so that multiple messages can be posted to 2-way commands simultaneously. To do this, edit SMSGW.INI, and under the [SMSGW] header, add 2WaySMSThreadCount=##, where ## is the number of threads to allocate for 2-way command processing. (This is the number of inbound messages that can be processed by NowSMS simultaneously.)

-bn