Y
Hacker News
new
|
ask
|
show
|
jobs
by
stemc43
1253 days ago
These days - I use swoole/openswoole with any PHP project. it brings connection pooling, async, concurrency, event loop, io parallelization and much much more.
2 comments
tehbeard
1253 days ago
What is, in your opinion, the benefit of that over the "traditional" model of having a web server in front for static assets and fCGI/fpm as the link?
link
i386
1253 days ago
Just getting into openswoole myself. Are you using any db pooling with laravel? At the moment I’m solving this with proxysql and MySQL sockets.
link