Matomo Reporting API concurrency

Do you know if Matomo Reporting API supports multiple threads?

Hi,

Can you expand a bit more on what you mean “supports multiple threads”.

Matomo is using PHP, so how it runs depends on which PHP setup you use and how you have configured it.

e.g. if you use php-fpm, then you can make up to pm.max_children concurrent requests that will be handled by up to pm.max_children processes.