I am using HHVM 3.0.1(rel) with nginx over unix socket. I would like to setup pooling as in php-fpm and use different pools for different sites and allocate resources very accurately. Is it possible?

有帮助吗?

解决方案

Currently, no. It's in the backlog of things to add, or you could work on adding it yourself.

The current workaround is to have multiple instances of HHVM running on different ports and manually set up pools that way.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top