Hello everyone,

I present the problem, I have the following network architecture:

730715archi.jpg

The front server that listens for connections on a port, every time that receives a connection, it opens the flow input / output for receiving information from the device.

This information will allow him to choose one of the processing servers continues communication with the device.

N.B: it is a TCP / IP connection.

My question is how to implement such a solution on the front server?

Thank you for your answers.