Re: Hi. I have questions about Python

2015-05-28 Thread Sturla Molden
이현상 wrote: > Hi.Please note that do not speak english well. > Do you know Python 2 vs Python3 MultiProcessing the difference > ?Multiprocessing is better performance? The main difference is that multiprocessing on Python 3.4 (and later) will allow you to use APIs that are not "forksafe" on Linux

Hi. I have questions about Python

2015-05-28 Thread 이현상
Hi.Please note that do not speak english well. Do you know Python 2 vs Python3 MultiProcessing the difference ?Multiprocessing is better performance? Search results do not make a big difference. Why it will occur following the performance issues ?http://www.reddit.com/r/Python/comments/37khen/is