简体   繁体   中英

Importing multiple modules at parallel in python(using multiprocessing)

I wanted to know if there is a way to import multiple modules at parallel using python, to decrease the load time of the app.

any help would be highly appreciated. :)

In python there is a module called Threading. It does so you can execute code in parallel. For example if you have a server with treading, then it can calculate and manage all the clients in parallel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM