Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: sharing memory(read-write) between multiple processes
Post: sharing memory(read-write) between multiple proces...

I need multiple processes working to be updating(adding data) to an array in memory, so it will be growing large. the code I'm posting here doesn't do the desired... import multiprocessing import cty...
mike000 General Coding Help 1 2,191 Oct-31-2019, 02:38 PM
    Thread: multiprocessing doesnt contain some modules(shared_memory)
Post: RE: multiprocessing doesnt contain some modules(sh...

other modules are not working now with 3.8 so seems I can't use shared_memory for now..
mike000 General Coding Help 3 2,282 Oct-31-2019, 02:20 PM
    Thread: multiprocessing doesnt contain some modules(shared_memory)
Post: RE: multiprocessing doesnt contain some modules(sh...

using 3.7 upgrade now thanks
mike000 General Coding Help 3 2,282 Oct-31-2019, 01:03 PM
    Thread: multiprocessing doesnt contain some modules(shared_memory)
Post: multiprocessing doesnt contain some modules(shared...

I'm using pycharm and when I try to do from multiprocessing import shared_memorypycharm tells me is a wrong line of code, how do I get multiprocessing package with shared_memory module in it?
mike000 General Coding Help 3 2,282 Oct-31-2019, 12:43 PM

User Panel Messages

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