Concurrent HTTP requests in PHP using pecl_http
The pecl_http extension has a little gem that can be handy at times – HttpRequestPool. Using this, you can send concurrent HTTP requests and can gain efficiency in fetching non-related data at once. For example, from an external source if your applic...
phpfour.hashnode.dev1 min read