Python Forum
How to use multiprocessing with an array that is continually being appended
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use multiprocessing with an array that is continually being appended
#4
Queues can hold any serializable python object (which is pretty much anything, except maybe not an open file handle or socket or something like that). And there's no limit to the number of arguments you can send to a process.
Reply


Messages In This Thread
RE: How to use multiprocessing with an array that is continually being appended - by nilamo - Jun-26-2019, 04:37 PM

Forum Jump:

User Panel Messages

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