Python Forum
Communicating between programs
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Communicating between programs
#1
So I am writing a program and I want to run it in different computers but there are certain variables that should be updated in both computers according to the running programs input. So how can I make those 2 programs communicate with each other?
Reply
#2
You're talking at quite a low level. Say more at a high level about what this program is and what it's supposed to do. That will help people suggest appropriate solutions.

One thing you do need to be aware of though, is that the network connecting the machines can (and will!) fail and so you'll need to deal with this problem of eventual consistency.
shubh00 likes this post
Reply
#3
You could perhaps have a look into the RPyC module which does distributed computing.
shubh00 likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Communicating Roblox's Inventory API with python? 4TH4RV 1 2,028 Jun-22-2020, 10:30 AM
Last Post: snippsat
  Communicating C++ and Python in Jetson TK1 board. hlfan1234567 1 3,142 Jul-09-2017, 04:22 PM
Last Post: hlfan1234567

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020