문제

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