That's just an information level trace (hance the "Information" in the trace title). It doesn't indicate any problem, just that the configured amount of workers has been hit. That's totally expected.
Damian Edwards
Senior Program Manager, ASP.NET
Microsoft
Allocated workers are only "busy" while they're actually writing messages to an invdividual response. As soon as that finishes it picks up more messages to send if any are available. There is no issue here.
Damian Edwards
Senior Program Manager, ASP.NET
Microsoft
pantonis
Member
328 Points
260 Posts
SignalR MessageBus maximum workers
Jan 28, 2013 02:25 PM|LINK
Hi,
I have enabled trace for my signalR site.
In the log file I get the following when my application stops sending messages
SignalR.MessageBus Information: 0 : Already at max workers, allocated=6, busy=6
Anyone can help me please?
Thanks
Please mark this post as answer if it helped you solve your problem
DamianEdward...
Member
234 Points
37 Posts
Microsoft
Re: SignalR MessageBus maximum workers
Jan 28, 2013 06:01 PM|LINK
That's just an information level trace (hance the "Information" in the trace title). It doesn't indicate any problem, just that the configured amount of workers has been hit. That's totally expected.
Senior Program Manager, ASP.NET
Microsoft
pantonis
Member
328 Points
260 Posts
Re: SignalR MessageBus maximum workers
Jan 29, 2013 06:13 AM|LINK
Whats the expected behavior when the max amount of workers has been reached. Will the messages go through or they will wait for an available worker.
Please mark this post as answer if it helped you solve your problem
DamianEdward...
Member
234 Points
37 Posts
Microsoft
Re: SignalR MessageBus maximum workers
Jan 29, 2013 05:08 PM|LINK
Allocated workers are only "busy" while they're actually writing messages to an invdividual response. As soon as that finishes it picks up more messages to send if any are available. There is no issue here.
Senior Program Manager, ASP.NET
Microsoft