Python Forum
performance in network host of manager in multiprocessing
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
performance in network host of manager in multiprocessing
#2
The TCP/IP Stack is fast enough to handle it. A Unix-Socket should reduce overhead.
Using a UNIX-Socket is for free and does not require many code changes.

The most overhead comes from IPC itself.
The Processes receive the data serialized with pickle and use locks around this action, to be atomic.
rmaleki likes this post
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: performance in network host of manager in multiprocessing - by DeaD_EyE - Mar-06-2022, 07:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Netmiko Program ssh from the Jumpssh ( host -> Jumphost -> Network Device matya0403 3 6,937 Jul-31-2020, 08:22 AM
Last Post: dtw
  how virtual and host can communicate? looney99 0 2,130 Nov-28-2019, 09:08 PM
Last Post: looney99
  virtual host and real network communicate looney99 3 2,927 Nov-20-2019, 12:27 PM
Last Post: ChislaineWijdeven

Forum Jump:

User Panel Messages

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