amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.

Home Page:https://amphp.org/http-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I create multiple worker processes to handle requests?

LTaooo opened this issue · comments

commented

I dont think it not supported for now, but you can run multiple amphp process with different port and put behind nginx as load balancer

Yes, you can use https://github.com/amphp/cluster, but seems like we didn't even tag a beta there, yet.

commented

thank you all