I've try to add it like this:
BalancerGrowth 5
inside the virtulhost or into the proxy balancer directive but nothing
changes (always 3/3).
As I have more then one cluster where's the right place?
Thanks
On Mon, Dec 8, 2014 at 2:58 PM, Jim Jagielski wrote:
> because those elements are stored
Hi,
I have built a custom OpenSSL engine which will offload RSA decryption
operation to GPU.
The engine requires each incoming request to be handled by a thread.
As request comes, its data will be placed in a buffer and will be offloaded to
GPU once the buffer threshold is exceeded.
To test