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. WCF and WF
  4. Queue Servicing for Long Asynchronous Processes

Queue Servicing for Long Asynchronous Processes

Scheduled Pinned Locked Moved WCF and WF
helpcsharpdatabasewcfsysadmin
1 Posts 1 Posters 6 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.
  • E Offline
    E Offline
    eddieangel
    wrote on last edited by
    #1

    I am working on a web application that queues reports (Amongst other things) and I am struggling to get my head around the architecture of what I need to do. I have a reporting service that allows users to queue reports (i.e. Insert record into SQL), view the queue, see reports, blah blah blah... The problem I am running into is I am not sure how exactly to process the reports. I am going to need to run whatever process on a hosted server and I am not super familiar with WCF services, so I am a little hesitant. My first iteration of the service included a call to the ProcessReport function whenever someone queued a report, but unfortunately the web client waited for the report to process before returning to the client, so that did not work. Basically I need a process to start when someone queues a report and runs the reports in the background of the server notifying the user when it is done. I have been googling different options for weeks, looking at SQL CEP, MSMQ, WCF etc... and I am not getting a clear option here. Any help is appreciated. Cheers, --EA

    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