In order to use all the resources in a single machine, I want to deploy
multiple service instances in a single machine, and incoming service
requests to be spread over these instances.

However, according to the documentation, it seems the load balancing only
works in a cluster node level, not a service instance level. 

I wrote test service code, and deploy 10 service instances in a single
machine via deployMultiple() method. And I used this service in my client
program, and log said, only one of 10 services instances actually served.

My question is, is it possible to allow multiple service instances in a
single machine do serve simultaneously?
If not possible, any other ways? like, deploy multiple docker instances in
an single machine, or building thread pool structure in a service
implementation?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to