tags:

views:

39

answers:

0

Good Day,

We are trying to implement network load balancing of windows in one of our high performing application, lets call it middleware. The middleware connects to three channels thorugh socket and the connection are persistent, means the clients remain connected between the transaction. We would like to distribute the work on nodes on the basis of transactions not the connections as there are only three. What approach should be taken.

Thanks Mubashir