Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Multiprocessing: Threads work well. Processes don't work.
Post: RE: Multiprocessing: Threads work well. Processes ...

You are right. Thank you so much.
viyubu General Coding Help 11 1,965 Dec-03-2023, 08:47 PM
    Thread: Multiprocessing: Threads work well. Processes don't work.
Post: RE: Multiprocessing: Threads work well. Processes ...

I'm using Python's IDLE for edit and run the program. Honestly, I am very grateful and trying to learn how to post on the forum.
viyubu General Coding Help 11 1,965 Dec-03-2023, 08:23 PM
    Thread: Multiprocessing: Threads work well. Processes don't work.
Post: RE: Multiprocessing: Threads work well. Processes ...

Code : from multiprocessing import Process import os def info(title): print(title) print('module name:', __name__) print('parent process:', os.getppid()) print('process id:', os.getp...
viyubu General Coding Help 11 1,965 Dec-03-2023, 07:03 PM
    Thread: Multiprocessing: Threads work well. Processes don't work.
Post: RE: Multiprocessing: Threads work well. Processes ...

There is no error message. The target function is not executed with start().
viyubu General Coding Help 11 1,965 Dec-02-2023, 09:47 PM
    Thread: Multiprocessing: Threads work well. Processes don't work.
Post: RE: Multiprocessing: Threads work well. Processes ...

## from Pyhthon`s docs : from multiprocessing import Process import os def info(title): print(title) print('module name:', __name__) print('parent process:', os.getppid()) print('pro...
viyubu General Coding Help 11 1,965 Dec-02-2023, 05:21 PM
    Thread: Multiprocessing: Threads work well. Processes don't work.
Post: Multiprocessing: Threads work well. Processes don'...

Problem with Python 3.10.12 on a notebook with an AMD C60 processor, 4 GB RAM. Ubuntu 22.04.3. Multiprocessing: Threads work well. Processes don't work, not even the examples from the Python documenta...
viyubu General Coding Help 11 1,965 Dec-02-2023, 01:52 PM

User Panel Messages

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