I have an https API URL that I need to run several times, and check the status of the domain as quickly as possible.
How can I run the same URL several times at the same time, getting a response in the output and closing the finished connection, while keeping the resource memory as low as possible?
I was told to use streams in another language (not PHP)?
Any examples or a hand of credit are welcome! Thanks
source
share