laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.78k stars 296 forks source link

[Doucment Request] Didn't find information about database connection pool in laravel octane #223

Closed diyism closed 3 years ago

diyism commented 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

themsaid commented 3 years ago

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.