I put my data in several mysql databases, but sometimes I need to collect information from several shards. How can I query multiple mysql databases in parallel in php?
I saw several examples of asynchronous curl and shell_exec requests, but is there a more direct way?
php mysql parallel-processing
eshan
source share