Getting returned values from Processes - Intermediate Python Programming p.11

Publié le: 15 novembre 2016
sur la chaîne: sentdex
42,398
645

Welcome to part 11 of the intermediate Python programming tutorial series. In this part, we're going to talk more about the built-in library: multiprocessing.

In the previous multiprocessing tutorial, we showed how you can spawn processes. If these processes are fine to act on their own, without communicating with eachother or back to the main program, then this is fine. These processes can also share a common database, or something like that to work together, but, many times, it will make more sense to use multiprocessing to do some processing, and then return results back to the main program. That's what we're going to cover here.

https://pythonprogramming.net
  / sentdex  
  / pythonprogramming.net  
https://plus.google.com/+sentdex


Sur cette page du site, vous pouvez voir la vidéo en ligne Getting returned values from Processes - Intermediate Python Programming p.11 durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur sentdex 15 novembre 2016, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 42,398 fois et il a aimé 645 téléspectateurs. Bon visionnage!