I am very new to programming, and have had no formal training in it before so please bear with me if this is a vague question.
I was just curious: how do different programs on the same computer communicate with each other? From my programming experience I believe it can be achieved by socket programming?
Thanks
You can rely on all different kind of inter process communication. (IPC). Have a look at http://en.wikipedia.org/wiki/Inter-process_communication
On linux, dbus is used to make applications communicate together. Sockets are only one way to solve this provlem.
Sockets, shared memory, events / signals, pipes, semaphores, message queues, mailslots. Just search the Internet for either.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With