Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56361
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Multiprocessing and Multithreading |
| Date | 2013-10-08 08:21 +0100 |
| References | <F9D8DC52CB96E24D8C7AA5F8E9781E881E3C3BAE@BLRKECMBX23.ad.infosys.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.836.1381216926.18130.python-list@python.org> (permalink) |
On 08/10/2013 06:34, Chandru Rajendran wrote: > Hi all, > > Please give me an idea about Multiprocessing and Multithreading. > > Thanks & Regards, > > Chandru > I'll assume that you're a newbie so I'll keep it simple. Multiprocessing is about more than one process and multithreading is about more than one thread. If you want Python specifics you could start here http://docs.python.org/3/library/multiprocessing.html or here http://docs.python.org/3/library/threading.html, both of which may have been found by using your favourite search engine. -- Roses are red, Violets are blue, Most poems rhyme, But this one doesn't. Mark Lawrence
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Multiprocessing and Multithreading Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-08 08:21 +0100 Re: Multiprocessing and Multithreading Grant Edwards <invalid@invalid.invalid> - 2013-10-08 14:05 +0000
csiph-web