Any differences to PHP-FPM when using PDO::ATTR_PERSISTENT? (without worker mode)
#1701
-
|
Haven't tested myself, but asking in case anyone knows. |
Beta Was this translation helpful? Give feedback.
Answered by
AlliBalliBaba
Jun 30, 2025
Replies: 1 comment
-
|
It should behave the same as with FPM in non-worker mode. The only thing I'd recommend if you're specifically using MySQL on a multi-core system is turning off mysqli statistic collection in php.ini or the Caddyfile (better performance ) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
osbre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should behave the same as with FPM in non-worker mode.
The only thing I'd recommend if you're specifically using MySQL on a multi-core system is turning off mysqli statistic collection in php.ini or the Caddyfile (better performance )