runtime
runtime copied to clipboard
Question: How do I create pools?
So I have php-runtime working with swoole and symfony. Works like a charm! The only thing I cant seem to work out is to create pools for lets say SQL or Redis.
Previously I had created a command that runs a HttpServer and also spun up some workers for pools etc to keep connections open.
Can't seem to find any answers here in the issue history or anywhere else for that matter.
Kind regards, Rogier