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/-/Q5NVVLjfw84J.
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.

Reply via email to