Replies: 1 comment 1 reply
-
Let me elaborate, at what point do i create the pool? I can't do it before creating the server and onrequest creates multiple pools. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering what the best practice is for the PDO ClientPool in combination with the HttpServer. I need the $pool->get() in the onRequest and would like to share those connections throughout all HttpWorkers or do misunderstand those pools?
Any help is appreciated.
Kind regards,
Rogier
Beta Was this translation helpful? Give feedback.
All reactions