Führen Sie mehrere PHP -Skripte parallel aus
-> You can use PHP's curl_multi_init() to handle your tasks asynchronously.
-> I highly recommend this tutorial
https://www.php.net/manual/en/function.curl-multi-init.php
Rht