dimanche 23 mai 2021

Python design pattern for HTTP Requests monitoring

I have been quite into design patterns as I can see it as a huge advatange to follow and easy to maintain in the future. I did find DP Guru that provides different design patterns however my next project is about sending multiple GET requests to multiple sites concurrently (threading) and to monitor it and then see if there has been any changes on the webpage (A check can be every 2min).

I was not able to find then "perfect" design pattern for it and I am here to ask you guys which design pattern would fit a project that is based on doing GET requests to multiple sites concurrently?

Aucun commentaire:

Enregistrer un commentaire