Z
zzzbla
Hi,
I have a legacy server application that communicates with the clients
in tcp/ip and is installed on one server.
Due to heavy load on that server and in order to provide my
organization with a high availability solution, I wish to install that
app on several computers, and have the clients connect to one machine
which will redirect the requests to one of the app servers. Having part
of the clients connect to one server and another part of the clients to
another by setting a fixed server name on the clients is not an option
because I can't change the client code and because the client app is
installed on many remote machines.
So what I want to do is write an application which will act like the
server application and receive requests, and then redirect them to one
of the real server application. Question is - how do I do it?
All comments appreciated!
I have a legacy server application that communicates with the clients
in tcp/ip and is installed on one server.
Due to heavy load on that server and in order to provide my
organization with a high availability solution, I wish to install that
app on several computers, and have the clients connect to one machine
which will redirect the requests to one of the app servers. Having part
of the clients connect to one server and another part of the clients to
another by setting a fixed server name on the clients is not an option
because I can't change the client code and because the client app is
installed on many remote machines.
So what I want to do is write an application which will act like the
server application and receive requests, and then redirect them to one
of the real server application. Question is - how do I do it?
All comments appreciated!