Click here to Skip to main content
15,895,746 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
Nathan Minier13-Jun-19 7:18
professionalNathan Minier13-Jun-19 7:18 
GeneralRe: SignalR sucks Pin
RickZeeland13-Jun-19 8:31
mveRickZeeland13-Jun-19 8:31 
GeneralRe: SignalR sucks Pin
Sander Rossel13-Jun-19 8:17
professionalSander Rossel13-Jun-19 8:17 
GeneralRe: SignalR sucks Pin
ZurdoDev13-Jun-19 8:36
professionalZurdoDev13-Jun-19 8:36 
GeneralRe: SignalR sucks Pin
Sander Rossel13-Jun-19 9:30
professionalSander Rossel13-Jun-19 9:30 
GeneralRe: SignalR sucks Pin
RickZeeland13-Jun-19 8:39
mveRickZeeland13-Jun-19 8:39 
GeneralRe: SignalR sucks Pin
Sander Rossel13-Jun-19 9:40
professionalSander Rossel13-Jun-19 9:40 
GeneralRe: SignalR sucks Pin
Stuart Dootson17-Jun-19 0:57
professionalStuart Dootson17-Jun-19 0:57 
ZeroMQ's fine - I've used it in some projects at work. I've always got the feeling that Martin Sustrik (who then went on to start nanomsg - another lightweight messaging system) was the main man in the development, until him and Hintjens had a falling out...

Main difference between ZeroMQ & other messaging systems is the lack of a separate broker server, which is an advantage for some use cases (it was for the one we had), but probably not for others. Being able to support messaging between & within processes (where in-process messaging uses a different, more efficient transport) was also a plus point for us.

We only use the REQ-REP setup, but PUB-SUB (for data distribution) is also on the cards for future developments.

We layered Protocol Buffers on top, to provide message structure. That also worked well.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

PraiseRe: SignalR sucks Pin
RickZeeland17-Jun-19 3:04
mveRickZeeland17-Jun-19 3:04 
GeneralRe: SignalR sucks Pin
raddevus13-Jun-19 8:40
mvaraddevus13-Jun-19 8:40 
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 
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 

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.