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
- Host: GitHub
- URL: https://github.com/artinmohajeri/multi-threading-python-api-request
- Owner: artinmohajeri
- Created: 2023-11-28T09:23:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T09:39:17.000Z (about 2 years ago)
- Last Synced: 2025-01-29T18:12:14.782Z (12 months ago)
- Topics: api, asynchronous, concurrency, concurrent-programming, multithreading, python, python-requests, python3, requests, threading, threads-api
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.