c# - What is the recommended way to make multiple instances of Worker role do the same job? -
my worker role expose wcf service , have multiple instances.
i want client call service , make all instances working concurrently.
i'm trying figure out best way scatter-gather task.
(and i'm trying avoid service bus , use wcf only)
i can't think of way without service bus topics. or using custom functionality same thing. why trying avoid service bus?
Comments
Post a Comment