Mickey0811

Results 2 comments of Mickey0811

I want to create multiple threads, and each thread creates a sharedinterpreter, and then use these threads to execute the same method of Python at the same time, but I...

Can I use multiple processes to process the same function to make full use of the multi-core resources of the computer However, when I create a multi process to call...