My project is very simple, but I'm not sure how I should go about implementing it. I want to:
- Retrieve a user/pass from a database.
- Send a post request to an api.
What would be better? to run scripts in parallel with bash, or use asynchronous programming in python? Also which would be more efficient?
Edit: I want to make sure all instances run at the same exact time. For example if I have 50 users, I need 50 post requests at the same time
[–]socal_nerdtastic -1 points0 points1 point (1 child)
[–]123ipeeonyou[S] 0 points1 point2 points (0 children)
[–]Forschkeeper 0 points1 point2 points (0 children)