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

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to