An open API service indexing awesome lists of open source software.

https://github.com/artinmohajeri/multi-threading-python-api-request


https://github.com/artinmohajeri/multi-threading-python-api-request

api asynchronous concurrency concurrent-programming multithreading python python-requests python3 requests threading threads-api

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.