Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52274

RE: Python3 Multiprocessing

From "Prasad, Ramit" <ramit.prasad@jpmorgan.com.dmarc.invalid>
Subject RE: Python3 Multiprocessing
Date 2013-08-09 20:46 +0000
References <5205435D.5090704@Gmail.com> <520546A2.50900@mrabarnett.plus.com> <52055478.2080704@Gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.409.1376084288.1251.python-list@python.org> (permalink)

Show all headers | View raw


Devyn Collier Johnson
> On 08/09/2013 03:44 PM, MRAB wrote:
> > On 09/08/2013 20:30, Devyn Collier Johnson wrote:
[snip]
> >>
> > jobs1.join()
> > jobs2.join()
> >
> 
> Thanks MRAB! That is easy. I always (incorrectly) thought the join()
> command got two threads and made them one. I did not know it made the
> script wait for the threads.
> 

It does join two threads, just not the threads you think! It "joins"
a child thread with the parent thread and not two children thread.

> Mahalo,
> 
> DevynCJohnson@Gmail.com
> --


~Ramit




This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email.  

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

RE: Python3 Multiprocessing "Prasad, Ramit" <ramit.prasad@jpmorgan.com.dmarc.invalid> - 2013-08-09 20:46 +0000

csiph-web