Skip to main content

Questions tagged [message-passing]

1 vote
0 answers
212 views

I'm designing a medium size project that will have few decoupled microservices. I want to avoid costly architecture mistakes at the very beginning. What I'm wondering (I googled and didn't found any ...
Maciej Pszczolinski's user avatar
-2 votes
2 answers
117 views

I have X number of servers in NLB listening to an event that gets published by a backend system. I am planning to develop a windows service that listens to the event and then calls an internal API. ...
user9969157's user avatar
2 votes
1 answer
198 views

My team is currently developing an application using a microservice architecture with publish/subscribe interservice communication over a message bus. Certain types of HTTP requests and messages ...
Ashok Bhaskar's user avatar
1 vote
0 answers
61 views

When using derived types in MPI for communication of data which is not contiguous in memory, the sequence of datatype-displacement pairs defining the derived type seems to be assumed to be the same ...
K. Mylonakis's user avatar
2 votes
3 answers
572 views

A service A needs to access services B, C and D to process a request. Currently this is implemented as parallel async calls from A to B, C and D. Once all of them has responded, service A follows some ...
Raiyan's user avatar
  • 131
3 votes
1 answer
188 views

I am implementing a messaging protocol between nodes on a network and i am wondering how to expose the messaging system interface to the programmers. The messaging protocol supports a set of commands ...
Karim Manaouil's user avatar
4 votes
1 answer
1k views

Basically this question is of the variety "Can I check that we're not about to do something dumb?" We're setting up a new system that needs to guarantee delivery of emails. We have an ...
ChrisJ's user avatar
  • 289
3 votes
1 answer
234 views

We need to organize a way to exchange messages between servers in multiple data centers. Messages are not critical. We just need to be able to send messages from any servers in any data centers to any ...
Oleksandr's user avatar
  • 141
1 vote
1 answer
672 views

The general question is what kind of mechanism can I use to transfer data to and from publishers and subscribers where publishers or subscribers can be permanently offline? Can message queues be used ...
Kent Bull's user avatar
  • 141
5 votes
2 answers
1k views

Somewhere I have read that "Object Oriented" is a misnomer and that OO should really stand for "message-oriented programming". What I am not clear about is ... what does it mean? For example in ...
Dennis's user avatar
  • 8,267
8 votes
1 answer
417 views

In bare metal or minimal RTOS type embedded systems with multiple processors is it possible to have an identical program running on each processor that uses Message Passing Interface (MPI) to provide ...
8bit.wappen's user avatar
2 votes
2 answers
567 views

How, if at all, is Message Passing Interface (MPI) related to the general concept of "message passing"? Admittedly, the question does sound ridiculous. Surely, "Message Passing Interface" is an ...
Praxeolitic's user avatar
  • 1,674
0 votes
2 answers
1k views

Lets say I have multiple websocket servers that maintain many connections to clients to send updates. These websocket servers will be pulling said updates from a rabbitmq broker, and broadcasting them ...
Jaigus's user avatar
  • 103
1 vote
1 answer
192 views

I am having a problem developing an object-orientated architecture to manage a network of sensors and controls. Currently, I am writing in Python, but this is more of a conceptual question. I have an ...
Michael Molter's user avatar
3 votes
1 answer
281 views

I'm designing and application that spawns another processes to handle some specialized work. The application and the process it spawns will communicate through standard input and standard output (and ...
Rico Kahler's user avatar

15 30 50 per page