Python Forum
system programming in pythonic code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
system programming in pythonic code
#3
Solutions which I've heard about:
  • Client connects with all active internet connections to one Server/Cloud with huge uplink. The server routes the whole traffic parallel through all internet connections. Python can help you to manage the system settings on the linux client. I don't know if windows is able to do this out of the box.
  • Client does not need a server. Instead the client is using for each IP connection the pool of internet connections with a load balancer. This does not give you the full bandwidth for one IP connection. Here can Python also help to set up everything.

Maybe you can solve this tasks also only with Python without the help of the OS. I guess this is a bit complicated and needs a deep understanding of routing, IP packets with an eye of the performance (maybe with asyncio).
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
system programming in pythonic code - by Skaperen - Jun-16-2018, 06:30 AM
RE: system programming in pythonic code - by wavic - Jun-20-2018, 05:59 PM
RE: system programming in pythonic code - by DeaD_EyE - Jun-20-2018, 10:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  penjee . com and non-pythonic code buran 15 10,953 Mar-01-2017, 11:09 PM
Last Post: ichabod801
  Complete Python Programming Course 2016: Code using Python 3 free udemy course Yoriz 0 4,279 Oct-17-2016, 05:21 PM
Last Post: Yoriz

Forum Jump:

User Panel Messages

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