Top "Message-passing" questions

Message passing is a data transfer mechanism that is used in various forms in a number of programming languages

How to send and receive broadcast message

I am trying to pass data between two activities that are inside of tabs. I am trying to use sendBroadcast(). …

android broadcast message-passing
Communication between Activity and Service

I am trying to make my own MusicPlayer for android. Where i came to a problem is running some things …

android android-activity android-service message-passing
Cancel an already executing task with Celery?

I have been reading the doc and searching but cannot seem to find a straight answer: Can you cancel an …

python django celery message-passing
Java: Is `while (true) { ... }` loop in a thread bad? What's the alternative?

Is while (true) { ... } loop in threads bad? What's the alternative? Update; what I'm trying to to... I have ~10,000 threads, each …

java multithreading concurrency loops message-passing
Passing message from background.js to popup.js

I'm trying to implement my own chrome extension on which, on a certain event, create a browser notification and fills …

google-chrome google-chrome-extension messaging message-passing
How does Actors work compared to threads?

Is there any good and short explanation of how Actors works compared to threads? Can't a thread be seen as …

multithreading concurrency actor message-passing
what are the disadvantages of RPC with respect to message passing?

what are the disadvantages of RPC with respect to message passing?

rpc message-passing
How do I send a string from one instance of my Delphi program to another?

What is the best and easiest way to send a string from one instance of my program to another instance …

delphi dde message-passing
Method delegation in python

I'm writing a small framework for orchestrating AWS clusters and there are some common hierarchical patterns that appear over and …

python python-2.7 reflection delegation message-passing