python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Listening to and calling wxPython event from another process
I'm currently trying to develop a proof of concept for a possible idea but am unsure if this is even possible.
We have application A, written in wxPython, which will not receive any code updates. It's...
Fivestar
Votes: 0
Answers: 0
Is the order of receiving data guaranteed in Tizen message port?
In Tizen message port communication, Is the order of receiving data guaranteed?
If I were to ask more specific questions,
If I send a large amount of data several times, is the app that receives the d...
루시볼트TV
Votes: 0
Answers: 1
How do i share the same context with mutiple different processes?
After creating a Server-Client based application, i wrote a simple CLI application for managing the server-instance with actions like startListening, stopListening, getLogs, listClients and so on. Now...

Pulle
Votes: 0
Answers: 0
When using an Android bound service type, can the Server (service) initiate a request to the Client (Activity)?
Via examples on the web, I've put together the following test app with a single Activity (MainActivity) and a remote service (MyRemoteService). From MainActivity I'm able to establish a connection and...
Jim
Votes: 0
Answers: 1