Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Threading or Services

Threading or Services

Scheduled Pinned Locked Moved C#
questionsysadmindata-structures
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vinay Varghese
    wrote on last edited by
    #1

    Hi, We are having a web application which is quite big and used by around 300 super users for managing around 5000 staffs. Now we are implementing SMS functionality into the application which means the users will be able to send and recieve sms. Every two minute the sms server of the third party is pinged to check whether there are any new messages. Also sms are hold in queue and send every time interval of 15 to 30 minutes. I want this checking and sending process to run in the background of the application all the time, even if the user closes the browser window. I need some advice on how do i do this ? Will using thread will achieve this or do I need to create a windows service for it or are there any other options ? Regards Vinay

    A 1 Reply Last reply
    0
    • V Vinay Varghese

      Hi, We are having a web application which is quite big and used by around 300 super users for managing around 5000 staffs. Now we are implementing SMS functionality into the application which means the users will be able to send and recieve sms. Every two minute the sms server of the third party is pinged to check whether there are any new messages. Also sms are hold in queue and send every time interval of 15 to 30 minutes. I want this checking and sending process to run in the background of the application all the time, even if the user closes the browser window. I need some advice on how do i do this ? Will using thread will achieve this or do I need to create a windows service for it or are there any other options ? Regards Vinay

      A Offline
      A Offline
      Arun Jacob
      wrote on last edited by
      #2

      I guess you use some DB to store this SMS info, then Windows Service will do the job.

      Arun Jacob My Technical Blog : Code.NET

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups