A
Asaf
Hello,
I would like to have recommendations for the following.
I am going to develop a server application in VS.NET C# for sending SMS
messages thru SMPP connections.
I have three SMPP connections and they are always connected to the SMPP
server so they will be in a Windows Service.
The SQL Server will receive mobile numbers data from an ASP.NET web site
from the users.
My question, is what are the recommendations to pool the mobile numbers and
text SMS from DB and send SMS messages thru all three SMPP connections
without delay as I know I can pool sum data from DB each 10 seconds for
example but I am looking for something like to push the data as it arrived to
DB into the SMPP connections and also to let all the three connections to be
used for max send capacity.
Any advice will be much appreciated,
Asaf
I would like to have recommendations for the following.
I am going to develop a server application in VS.NET C# for sending SMS
messages thru SMPP connections.
I have three SMPP connections and they are always connected to the SMPP
server so they will be in a Windows Service.
The SQL Server will receive mobile numbers data from an ASP.NET web site
from the users.
My question, is what are the recommendations to pool the mobile numbers and
text SMS from DB and send SMS messages thru all three SMPP connections
without delay as I know I can pool sum data from DB each 10 seconds for
example but I am looking for something like to push the data as it arrived to
DB into the SMPP connections and also to let all the three connections to be
used for max send capacity.
Any advice will be much appreciated,
Asaf