Skip to content

artinmohajeri/Multi-Threading-python-API-Request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Multi-threading & concurrency requests in python.

In this project. I send requests to my own github page in two different ways and calculate the run time.

1 : using multi-threading programming.

2 : using traditional (synchronous) way.

  • the first way is much more efficient and faster.