If you are worried about a process going down. I would setup a Windows service with consumers in that service processing your messages. You wouldn't need to have anything running every 5 minutes, it's just listening for messages and processing them as they arrive.
On Monday, March 12, 2012 8:55:06 AM UTC-6, Joe wrote: > > I was thinking about trying to use RSB in my MVC site to handle long > running tasks and was wondering if anyone else is doing something similar. > > Basically I want to get away from a polling mechanism where I save some > data and then have a separate process like a console app running every five > minuets or so to check on that data and do some work if it has not already > been done. > > I want to send a "ProcessData" message after said data is persisted. I am > not concerned about replies, so it would be a oneway bus. > > A big concern I have is what happens to the process if IIS starts shutting > down? Would it be better to spawn a new Task handle the work? (I would > still be worried about IIS shutting down). > > Joe > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/vtOhuAKrmSkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
