take a look at rhino service bus

On Fri, Jun 19, 2009 at 9:08 PM, Jan Limpens <jan.limp...@gmail.com> wrote:

> Hello,
>
> recently I got bitten quite badly by dependencies on services and I want to
> keep them away as much as possible from the site.
>
> What happened, was, that within a db transaction, I was trying to send a
> mail. Due to some small mistake, iis did not quite like the idea and stopped
> responding on this particular request.
> So the executing controller method seemed to have vanished from the world
> in the middle of an transaction, db with locks on numerous tables. Causing
> all other requests which trying to query these tables to fail.
>
> So, what I want to do, is to somehow have a service that runs in it's own
> instance, that receives messages, queues them them and works them piece by
> piece and leave the main app at peace.
>
> Probably I am to use some of these fancy service bus thingies for that sort
> of thing, but so far I have not seen something that explains me how to
> integrate this with a typical castle/windsor setup, some kind of headstart.
>
> Anyone has a good pointer? Experiences?
>
> --
> Jan
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to