Grid locator

in Help Center
Hi all,
It there a way to direct the response of a grid locator on some specific nodes ?
For example: my pricing grid nodes are able to price any type of products, but for performance issue, I instanciate some of them to a specific kind of product and depending of the request context, I want the locator to direct the request to those specific nodes.
Thierry
It there a way to direct the response of a grid locator on some specific nodes ?
For example: my pricing grid nodes are able to price any type of products, but for performance issue, I instanciate some of them to a specific kind of product and depending of the request context, I want the locator to direct the request to those specific nodes.
Thierry
0
Comments
This is currently not possible, adding some custom load balancing is on our TODO list however, if this is something you'd like to see added soon, send us an email at [email protected] and we can discuss it.
Otherwise, you could consider implementing a custom lookup service yourself. Your clients would query your lookup service which would send back the proxies of the servers matching the query. Your lookup service could use some of the IceGrid deployment data to figure out which servers are deployed and running.
Cheers
Benoit.