Please note that I know how to do the following:
var throttle = new ServiceThrottlingBehavior() {
MaxConcurrentCalls = 2 };
container.Register(Component.For<IServiceBehavior>().Instance(throttle));
This will apply to all the services registered in the container. I want to
be able to control this on a per component aka service basis.
Thanks,
Paul
On Tuesday, March 10, 2015 at 11:25:28 AM UTC-7, Paul Widner wrote:
>
> Good day everyone! Say I'm trying to figure out how to throttle a
> component that is a WCF service in the Fluent syntax?
>
> I've looked through the Castle code base and don't see anything about
> throttling.
>
> Any guidance would be very welcome!
>
> Thanks,
> Paul
>
>
>
>
>
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/castle-project-users.
For more options, visit https://groups.google.com/d/optout.