Hi All
I am interested how to they to the following:
(because of my English some phrases can be strange :) )
Let assume that we need a software for a big airline company with 200 airports far away each other, each having 10 software clients.
The system uses 3 tire architecture.
Is there only one middle tire (probably cluster of application servers) that all clients connects to, or each airport has his own database, application server (independent identical systems) and over night the dbs are synchronized to a central warehouse?
If all clients connect to the same middle tire, and this tire is very very far away, how do they handle connection errors ? Can they afford the internet latency ?
Regards