timeout - Suggestion for this kind of execution in asp.net -


I have a web application that sends an SMS to many numbers via GSM. Every user has this local system. I can send messages one by one. So far I have only 10 numbers, so there is no problem. I have a file with 10000 mobile numbers,

  • What will happen to my execution time?
  • What is your suggestion for this scenario?
  • Note:
    I am not using an SMS gateway because it is a simple application that only hosts in my user system's IIS

    I have a mobile phone connected to my system and I am sending it SMS ..

Your execution time will increase: (linearly).

Why do not you use the windows queue and then write each SMS in the queue and then there is a window to serve which to send the SMS 1- The problem for you is your code There will be no limit, but how many sms can you send with your GSM together.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -