Click here to Skip to main content
15,891,529 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: SignalR sucks Pin
Sander Rossel13-Jun-19 9:46
professionalSander Rossel13-Jun-19 9:46 
GeneralRe: SignalR sucks Pin
raddevus13-Jun-19 8:39
mvaraddevus13-Jun-19 8:39 
GeneralRe: SignalR sucks Pin
RickZeeland13-Jun-19 8:50
mveRickZeeland13-Jun-19 8:50 
GeneralRe: SignalR sucks Pin
raddevus13-Jun-19 8:53
mvaraddevus13-Jun-19 8:53 
GeneralRe: SignalR sucks Pin
Peter Ripley14-Jun-19 11:20
Peter Ripley14-Jun-19 11:20 
GeneralRe: SignalR sucks Pin
raddevus15-Jun-19 10:52
mvaraddevus15-Jun-19 10:52 
GeneralRe: SignalR sucks Pin
Peter Ripley16-Jun-19 20:44
Peter Ripley16-Jun-19 20:44 
GeneralRe: SignalR sucks Pin
Scott Serl13-Jun-19 8:56
Scott Serl13-Jun-19 8:56 
I'm confused...SignalR is not a message queue...it's a communication link. You would usually use SignalR in conjunction with a message queue if you needed message queuing. The client would connect with SignalR, then the SignalR thread would queue the item in the message queue system and wait for a response to send back to the client. The important distinction here is that the SignalR thread keeps a connection with the client in order to notify. It can sort of be used like a message queue, but it's main characteristic is the continued connection to the client for notification and there is no queue. There can be performance implications in that each call to SignalR can launch an action concurrently and you can overload the server, but with a message queue, you can control how many threads or processes are servicing each queue and never have more concurrent processes than that. Then you can have as many SignalR threads waiting around for results to send back to the client.
GeneralRe: SignalR sucks Pin
Mark_Wallace13-Jun-19 11:00
Mark_Wallace13-Jun-19 11:00 
PraiseRe: SignalR sucks Pin
RickZeeland13-Jun-19 20:02
mveRickZeeland13-Jun-19 20:02 
GeneralRe: SignalR sucks Pin
Dewey13-Jun-19 11:15
Dewey13-Jun-19 11:15 
GeneralRe: SignalR sucks Pin
RickZeeland13-Jun-19 20:05
mveRickZeeland13-Jun-19 20:05 
GeneralRe: SignalR sucks Pin
Sumuj John13-Jun-19 12:42
professionalSumuj John13-Jun-19 12:42 
GeneralRe: SignalR sucks Pin
Mark_Wallace13-Jun-19 13:15
Mark_Wallace13-Jun-19 13:15 
GeneralRe: SignalR sucks Pin
abmv13-Jun-19 19:27
professionalabmv13-Jun-19 19:27 
GeneralRe: SignalR sucks Pin
RickZeeland13-Jun-19 20:07
mveRickZeeland13-Jun-19 20:07 
GeneralRe: SignalR sucks Pin
abmv13-Jun-19 22:43
professionalabmv13-Jun-19 22:43 
GeneralRe: SignalR sucks Pin
h0wXD13-Jun-19 21:35
h0wXD13-Jun-19 21:35 
GeneralRe: SignalR sucks Pin
RickZeeland13-Jun-19 21:44
mveRickZeeland13-Jun-19 21:44 
GeneralRe: SignalR sucks Pin
C0byC13-Jun-19 22:23
C0byC13-Jun-19 22:23 
GeneralRe: SignalR sucks Pin
RickZeeland13-Jun-19 22:50
mveRickZeeland13-Jun-19 22:50 
GeneralRe: SignalR sucks Pin
Paulo_JCG13-Jun-19 22:35
professionalPaulo_JCG13-Jun-19 22:35 
GeneralRe: SignalR sucks Pin
dustinin14-Jun-19 4:59
dustinin14-Jun-19 4:59 
Generalhelp! Pin
The pompey13-Jun-19 6:27
The pompey13-Jun-19 6:27 
GeneralRe: help! Pin
jeron113-Jun-19 6:29
jeron113-Jun-19 6:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.