Amal
Amal

Reputation: 545

Use sperate pool for sites with HHVM

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?

Upvotes: 2

Views: 839

Answers (1)

user3477804
user3477804

Reputation:

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.

Upvotes: 2

Related Questions