Network Programming
Dear all,
I am in a little problem can anyone help me in this ?
I have 3 database servers
DB1
DB2
DB3
One single web application server
And
DB1 has details of City - New York
DB2 has details of City - London
DB3 has details of City - Chennai
My client will login as
Username john
Password xxxx
City London
So i need to locate the DB2 through the WebServer
Currently this is done in PB Client Server application through network programming sending UDP Packets (asking are you the database for the City London ? ) to each Database and in each database server there is a small c++ application running and listening to the UDP Packets.
If the receiveing database is the proper Database assigned for that City then c++ program will respond to that client and client will get connected to that database.
So, How i can do this in Web Application ?
Please help me in this regards Waiting for you guys reply.
Thank you
Regards

