Closed diyism closed 3 years ago
I didn't find information about database connection pool in laravel octane, Wish someone add some decsription about this
For example, shadowfax laravel framework have supported db_pools and redis_pools: https://github.com/huang-yi/shadowfax
Octane doesn't include support for connection pooling as we disable coroutines completely for now. Once we start supporting coroutines, we'll introduce connection pooling.
I didn't find information about database connection pool in laravel octane, Wish someone add some decsription about this
For example, shadowfax laravel framework have supported db_pools and redis_pools: https://github.com/huang-yi/shadowfax