Skip to content

ChickenBenny/Threading-vs-Multiprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreading v.s Multiprocessing

前陣子實驗室同學因為在跟新系上的網頁,因此需要大量的爬蟲來抓取舊網頁的資料,爬取的過程中消耗了非常大量的時間,我在想是否能加速我們的爬蟲程式呢? 這個專案是我的學習筆記,並使用 Python 實作 multithreading 和 Multiprocessing。

詳細文章請看 : https://medium.com/@ChickenBenny/multithreading-v-s-multiprocessing-83b7b7fe50d5

About

compare threading and multiprocessing using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages