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

Опубликовано: 15 Ноябрь 2016
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн Getting returned values from Processes - Intermediate Python Programming p.11 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь sentdex 15 Ноябрь 2016, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 42,398 раз и оно понравилось 645 зрителям. Приятного просмотра!