Does toga support multiprocessing? #2754
|
Hi, I use the multiprocessing in toga app for some heavy cpu loading tasks, it can run well with "briefcase dev", but when use the "briefcase run" will open multiple instances of the app, is this a bug? if yes, how to fix it? BTW, my system OS is win11. |
Answered by
freakboy3742
Aug 11, 2024
Replies: 2 comments 7 replies
|
As noted in this ticket, multiprocessing isn't currently possible. |
0 replies
Answer selected by
Jzhenli
|
@freakboy3742 Seems the windows platform use multiprocessing as spawn mode, and the stub not support it. Now I want to know if the android platform support multiprocessing? Android based on linux and the multiprocessing may be default as fork mode, right? |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As noted in this ticket, multiprocessing isn't currently possible.