Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top